nlohmann::basic_json::operator==

comparison: equal

Synopsis

Declared in <nlohmann/json.hpp>

bool
operator==(const_reference rhs) const noexcept;

Return Value

whether this value is equal to rhs

Parameters

NameDescription
rhsvalue to compare this value to