Reference
boost::redis::response
Response with compile‐time size.
Synopsis
Declared in <boost/redis/response.hpp>
template<class... Ts>
using response = std::tuple<adapter::result<Ts>...>;
Created with MrDocs