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