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

Checks whether the data type is an aggregate.

Synopsis

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

constexpr
bool
is_aggregate(type t) noexcept;

Return Value

True if the given type is an aggregate.

Parameters

Name

Description

t

The type to check.

Created with MrDocs