...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Construct a stream.
template< typename ExecutionContext> basic_stream( ExecutionContext& context, typename std::enable_if< std::is_convertible< ExecutionContext &, net::execution_context & >::value >::type* = 0);
The stream will be created in a disconnected state.
Name |
Description |
---|---|
|
The |