...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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. |