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

Name

Description

rhs

The right operand

Created with MrDocs