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 2018. The current version is 1.90.0.
Constructor.
template< class... Args> stream( Args&&... args);
This constructor creates a websocket stream and initializes the next layer object.
|
Type |
Thrown On |
|---|---|
|
|
exceptions thrown by the NextLayer constructor. |
|
Name |
Description |
|---|---|
|
|
The arguments to be passed to initialize the next layer object. The arguments are forwarded to the next layer's constructor. |