@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
| 195 | /// @brief return whether pointer points to the root document |
| 196 | /// @sa https://json.nlohmann.me/api/json_pointer/empty/ |
| 197 | bool empty() const noexcept |
| 198 | { |
| 199 | return reference_tokens.empty(); |
| 200 | } |
| 201 | |
| 202 | private: |
| 203 | /*! |
no test coverage detected