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::parser::get_suggested_buffer_growth

Synopsis

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

std::size_t
get_suggested_buffer_growth(std::size_t hint) const noexcept;

Created with MrDocs