@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
| 153 | /// @brief return whether pointer points to the root document |
| 154 | /// @sa https://json.nlohmann.me/api/json_pointer/empty/ |
| 155 | bool empty() const noexcept |
| 156 | { |
| 157 | return reference_tokens.empty(); |
| 158 | } |
| 159 | |
| 160 | private: |
| 161 | /*! |
no outgoing calls
no test coverage detected