boost::asio::any_completion_executor::require

Obtain a polymorphic wrapper with the specified property.

Synopses

Declared in <boost/asio/execution/any_executor.hpp>

Obtain a polymorphic wrapper with the specified property.

template<typename Property>
any_completion_executor
require(
    Property const& p,
    int = 0);

Created with MrDocs