Reference
boost::redis::adapter::adapt2
Adapts a type to be used as the response to an individual command.
Synopsis
Declared in <boost/redis/adapter/adapt.hpp>
template<class T>
auto
adapt2(T& t = redis::ignore) noexcept;
Description
It can be used with low‐level APIs, like boost::redis::resp3::parser.
Created with MrDocs