Boost.Redis

    • Introduction
    • Requests and responses
    • Serializing and parsing into custom types
    • Logging
    • Echo server benchmark
    • Comparison with other Redis clients
    • Examples
    • Reference
    • Acknowledgements
    • Changelog
  • Reference
arrow_upward

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);

Return Value

Reference to the current output stream

Parameters

Name

Description

os

Output stream.

t

The type to stream.

Created with MrDocs