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 2018. The current version is 1.91.0.
stream( stream&& other); » more...
Construct a stream.
explicit stream( boost::asio::io_context& ioc); » more... stream( boost::asio::io_context& ioc, fail_count& fc); » more... stream( boost::asio::io_context& ioc, string_view s); » more... stream( boost::asio::io_context& ioc, fail_count& fc, string_view s); » more...