Boost.Redis

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

boost::redis::resp3::operator!=

Inequality operator.

Synopsis

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

bool
operator!=(
    flat_tree const& lhs,
    flat_tree const& rhs);

Exception safety

No‐throw guarantee.

Return Value

true if the objects are not equal, false otherwise

Parameters

Name Description

lhs

The left operand

rhs

The right operand

Created with MrDocs