Realistic 3D camera system
3D camera system components
|
#include <use_future.hpp>
Public Member Functions | |
template<typename Allocator > | |
promise_handler (use_future_t< Allocator > uf) | |
void | operator() (T t) |
void | operator() (const asio::error_code &ec, T t) |
Public Attributes | |
std::shared_ptr< std::promise< T > > | promise_ |
Definition at line 32 of file use_future.hpp.
|
inline |
Definition at line 37 of file use_future.hpp.
|
inline |
Definition at line 43 of file use_future.hpp.
|
inline |
Definition at line 48 of file use_future.hpp.
std::shared_ptr<std::promise<T> > asio::detail::promise_handler< T >::promise_ |
Definition at line 59 of file use_future.hpp.