boost::asio::buffered_stream::buffered_stream

Construct, passing the specified argument to initialise the next layer.

Synopses

Declared in <boost/asio/buffered_stream.hpp>

Construct, passing the specified argument to initialise the next layer.

template<typename Arg>
buffered_stream(Arg&& a);

Construct, passing the specified argument to initialise the next layer.

template<typename Arg>
buffered_stream(
    Arg&& a,
    size_t read_buffer_size,
    size_t write_buffer_size);

Created with MrDocs