MotionLib  1.0.0
SamBuCa motion library
Public Member Functions | List of all members
smc::internal::PromiseBase Struct Referenceabstract

base structure for promise handline More...

#include <Promise.hpp>

Inheritance diagram for smc::internal::PromiseBase:
Inheritance graph
[legend]

Public Member Functions

virtual void set_exception (const Exception &ex)=0
 
template<typename T >
std::promise< T > & get ()
 

Detailed Description

base structure for promise handline

this class is used to hold unknown type of promises, still being able to fail it.

Definition at line 43 of file Promise.hpp.


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