comparison: equal
Synopsis
Declared in <nlohmann/json.hpp>
template<typename ScalarType>
requires std::is_scalar_v<ScalarType>
bool
operator==(ScalarType rhs) const noexcept;
Return Value
whether this value is equal to rhs
Parameters
Name |
Description |
rhs |
scalar value to compare this value to |
Created with MrDocs