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
This is an older version of Boost and was released in 2023. The current version is 1.91.0.
Constructor.
template< class... Args> basic_stream( Args&&... args);
This constructor creates the stream by forwarding all arguments to the underlying socket. The socket then needs to be open and connected or accepted before data can be sent or received on it.
|
Name |
Description |
|---|---|
|
|
A list of parameters forwarded to the constructor of the underlying socket. |