![]() |
Home | Libraries | People | FAQ | More |
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 |