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::bulk_counter<std::pair<T, U>>

Synopsis

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

template<
    class T,
    class U>
struct bulk_counter<std::pair<T, U>>;

Static Data Members

Name

size

Created with MrDocs