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

Compares a node for equality.

Synopsis

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

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

Parameters

Name

Description

a

Left hand side node object.

b

Right hand side node object.

Created with MrDocs