boost::redis::adapter::boost_redis_adapt
Adapts a type to be used as a response.
Synopsis
Declared in <boost/redis/adapter/adapt.hpp>
template<class T>
auto
boost_redis_adapt(T& t) noexcept;
Description
The type T must be either
-
a
response<T1, T2, T3, ...> -
std::vector<node<String>>
The types T1, T2, etc can be any STL container, any integer type and std::string.
Template Parameters
Name |
Description |
T |
The response type. |
Created with MrDocs