Boost.Redis

    • Introduction
    • Requests and responses
    • Serializing and parsing into custom types
    • Logging
    • Echo server benchmark
    • Comparison with other Redis clients
    • Examples
    • Reference
    • Acknowledgements
    • Changelog
  • Reference
arrow_upward

Reference

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;

» more...

(Deprecated) Returns a reference to the next layer.

auto const&
next_layer() const noexcept;

» more...

Return Value

A reference to the underlying SSL stream object.

Created with MrDocs