MotionLib
1.0.0
SamBuCa motion library
|
base structure for promise handline More...
#include <Promise.hpp>
Public Member Functions | |
virtual void | set_exception (const Exception &ex)=0 |
template<typename T > | |
std::promise< T > & | get () |
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.