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.
basic_stream( net::io_context& ioc, string_view s);
The stream will be created in a disconnected state.
|
Name |
Description |
|---|---|
|
|
The |
|
|
A string which will be appended to the input area, not including the null terminator. |