Reference
boost::redis::request::get_config
Returns a reference to the config object.
Synopses
Declared in <boost/redis/request.hpp>
Returns a reference to the config object.
[[nodiscard]]
config const&
get_config() const noexcept;
Returns a reference to the config object.
[[nodiscard]]
config&
get_config() noexcept;
Created with MrDocs