boost::asio::any_completion_executor::require
Obtain a polymorphic wrapper with the specified property.
Synopses
Declared in <boost/asio/execution/any_executor.hpp>
template<typename Property>
any_executor<prefer_only</* implementation-defined */>, prefer_only</* implementation-defined */>, prefer_only</* implementation-defined */>, prefer_only</* implementation-defined */>>
require(Property const& p)
requires find_convertible_requirable_property<Property>::value;
Obtain a polymorphic wrapper with the specified property.
template<typename Property>
any_completion_executor
require(
Property const& p,
int = 0);
Created with MrDocs