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 2024. The current version is 1.89.0.
Return a new stream connected to the given stream.
Defined in header <boost/beast/_experimental/test/stream.hpp>
template< class... Args> basic_stream connect( basic_stream& to, Args&&... args);
|
Name |
Description |
|---|---|
|
|
The stream to connect to. |
|
|
Optional arguments forwarded to the new stream's constructor. |
The new, connected stream.