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 inequality.

Synopses

Declared in <boost/redis/config.hpp>

Compares two addresses for inequality.

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

» more...

Inequality 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