operator!=
Check if two values are not equal.
Synopsis
Defined in header <boost/json/value.hpp>.
Description
Two values are equal when they are the same kind and their referenced values are equal, or when they are both integral types and their integral representations are equal.
Complexity
Exception Safety
No-throw guarantee.
Convenience header <boost/json.hpp>