|  | Home | Libraries | People | FAQ | More | 
Return a new stream connected to the given stream.
          Defined in header <boost/beast/_experimental/test/stream.hpp>
        
template< class... Args> stream connect( stream& to, Args&&... args);
| Name | Description | 
|---|---|
| 
                     | The stream to connect to. | 
| 
                     | Optional arguments forwarded to the new stream's constructor. | 
The new, connected stream.