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::adapter::operator==

Compares two error objects for equality

Synopsis

Declared in <boost/redis/adapter/result.hpp>

bool
operator==(
    error const& a,
    error const& b);

Return Value

true if the objects are equal, false otherwise

Parameters

Name

Description

a

Left hand side error object.

b

Right hand side error object.

Created with MrDocs