Networking TS

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.


PrevUpHomeNext