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() () |
void | operator() (const asio::error_code &ec) |
Public Attributes | |
std::shared_ptr< std::promise< void > > | promise_ |
Definition at line 64 of file use_future.hpp.
|
inline |
Definition at line 69 of file use_future.hpp.
|
inline |
Definition at line 75 of file use_future.hpp.
|
inline |
Definition at line 80 of file use_future.hpp.
std::shared_ptr<std::promise<void> > asio::detail::promise_handler< void >::promise_ |
Definition at line 91 of file use_future.hpp.