Boost C++ Libraries Home Libraries People FAQ More

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