Boost.Redis

    • Introduction
    • Requests and responses
    • Server pushes
    • Cancellation and timeouts
    • Serializing and parsing into custom types
    • Authentication
    • Logging
    • Sentinel
    • Echo server benchmark
    • Comparison with other Redis clients
    • Examples
    • Reference
    • Acknowledgements
    • Changelog
  • boost::redis::operator==
arrow_upward

boost::redis::operator==

Compares two addresses for equality.

Synopses

Declared in <boost/redis/config.hpp>

Compares two addresses for equality.

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

» more...

Equality operator

bool
operator==(
    iterator const& a,
    iterator const& b) noexcept;

» more...

Parameters

Name Description

a

Left hand side address.

b

Right hand side address.

Created with MrDocs