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::to_string

Converts the data type to a string.

Synopsis

Declared in <boost/redis/resp3/type.hpp>

char const*
to_string(type t) noexcept;

Parameters

Name

Description

t

The type to convert.

Created with MrDocs