- Parameters
-
[in] | lhs | JSON pointer to compare |
[in] | rhs | JSON 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 10947 of file json.hpp.