@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
| 14699 | /// @brief return whether pointer points to the root document |
| 14700 | /// @sa https://json.nlohmann.me/api/json_pointer/empty/ |
| 14701 | bool empty() const noexcept |
| 14702 | { |
| 14703 | return reference_tokens.empty(); |
| 14704 | } |
| 14705 | |
| 14706 | private: |
| 14707 | /*! |
no test coverage detected