Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

ssl::stream_service::peek

Peek at the incoming data on the stream.

template<
    typename Stream,
    typename MutableBufferSequence>
std::size_t peek(
    impl_type & impl,
    Stream & next_layer,
    const MutableBufferSequence & buffers,
    boost::system::error_code & ec);

PrevUpHomeNext