Home
last modified time | relevance | path

Searched defs:promise_function_wrapper (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/asio/impl/
Duse_future.hpp641 struct promise_function_wrapper struct
643 explicit promise_function_wrapper(Function& f) in promise_function_wrapper() argument
648 explicit promise_function_wrapper(const Function& f) in promise_function_wrapper() function
653 void operator()() in operator ()()
658 Function function_;