explicit basic_resolver( const executor_type & ex); » more...
Construct with execution context.
template< typename ExecutionContext> explicit basic_resolver( ExecutionContext & context, typename constraint< is_convertible< ExecutionContext &, execution_context & >::value >::type = 0); » more...
Move-construct a ip::basic_resolver
from another.
basic_resolver( basic_resolver && other); » more... template< typename Executor1> basic_resolver( basic_resolver< InternetProtocol, Executor1 > && other, typename constraint< is_convertible< Executor1, Executor >::value >::type = 0); » more...