MotionLib  1.0.0
SamBuCa motion library
Public Member Functions | Public Attributes | List of all members
smc::internal::Promise< T > Struct Template Reference

a typed promise More...

#include <Promise.hpp>

Inheritance diagram for smc::internal::Promise< T >:
Inheritance graph
[legend]
Collaboration diagram for smc::internal::Promise< T >:
Collaboration graph
[legend]

Public Member Functions

void set_exception (const Exception &ex) override
 
- Public Member Functions inherited from smc::internal::PromiseBase
template<typename T >
std::promise< T > & get ()
 

Public Attributes

std::promise< T > prom
 

Detailed Description

template<typename T>
struct smc::internal::Promise< T >

a typed promise

Definition at line 56 of file Promise.hpp.


The documentation for this struct was generated from the following file: