@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
| 13876 | /// @brief return whether pointer points to the root document |
| 13877 | /// @sa https://json.nlohmann.me/api/json_pointer/empty/ |
| 13878 | bool empty() const noexcept |
| 13879 | { |
| 13880 | return reference_tokens.empty(); |
| 13881 | } |
| 13882 | |
| 13883 | private: |
| 13884 | /*! |
no test coverage detected