boost::redis::basic_connection::next_layer
(Deprecated) Returns a reference to the next layer.
Synopses
Declared in <boost/redis/connection.hpp>
(Deprecated) Returns a reference to the next layer.
auto&
next_layer() noexcept;
(Deprecated) Returns a reference to the next layer.
auto const&
next_layer() const noexcept;
Return Value
A reference to the underlying SSL stream object.
Created with MrDocs