JSON for Modern C++  3.9.1

◆ operator==

template<typename BasicJsonType >
bool operator== ( json_pointer< BasicJsonType > const &  lhs,
json_pointer< BasicJsonType > const &  rhs 
)
friend
Parameters
[in]lhsJSON pointer to compare
[in]rhsJSON pointer to compare
Returns
whether lhs is equal to rhs
Complexity^^ Linear in the length of the JSON pointer
Exception safety^^ No-throw guarantee: this function never throws exceptions.

Definition at line 12485 of file json.hpp.