Boost
C++ Libraries
...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< class ExecutionContext, class = typename std::enable_if< std::is_convertible<ExecutionContext&, net::execution_context&>::value>::type> basic_stream( ExecutionContext& context);
The stream will be created in a disconnected state.
|
Name |
Description |
|---|---|
|
|
The |