Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

executor_arg

A special value, similar to std::nothrow, used to disambiguate constructors that accept executor arguments.

constexpr executor_arg_t executor_arg;

See executor_arg_t and uses_executor for more information.

Requirements

Header: boost/asio/uses_executor.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext