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

Synopsis

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

result
consume(
    std::string_view view,
    system::error_code& ec) noexcept;

Created with MrDocs