nlohmann::basic_json<>::operator!=

Inequality operator

Synopsis

Declared in <nlohmann/json.hpp>

bool
operator!=(const_reference rhs) const noexcept;

Return Value

true if the objects are not equal, false otherwise

Parameters

NameDescription
rhsThe right operand