|  | Home | Libraries | People | FAQ | More | 
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. |