Reference
boost::redis::resp3::operator<<
Writes the type to the output stream.
Synopsis
Declared in <boost/redis/resp3/type.hpp>
std::ostream&
operator<<(
std::ostream& os,
type t);
Parameters
Name |
Description |
os |
Output stream. |
t |
The type to stream. |
Created with MrDocs