boost::corosio::tls_stream::next_layer

next_layer overloads

Synopses

Returns a reference to the underlying stream.

virtual
capy::any_stream&
next_layer() noexcept = 0;

Returns a const reference to the underlying stream.

virtual
capy::any_stream const&
next_layer() const noexcept = 0;

Return Value

  • Reference to the wrapped stream.

  • Const reference to the wrapped stream.

Created with MrDocs