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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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