boost::redis::request::get_config
Returns a reference to the config object.
Synopsis
Declared in <boost/redis/request.hpp>
[[nodiscard]]
config const&
get_config() const noexcept;
Return Value
a reference to the config object.
|
The return value should not be discarded. |
Created with MrDocs