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==

Equality operators

Synopses

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

Compares a node for equality.

template<class String>
bool
operator==(
    basic_node<String> const& a,
    basic_node<String> const& b);

» more...

Equality operator.

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

» more...

Parameters

Name Description

a

Left hand side node object.

b

Right hand side node object.

Created with MrDocs