@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
| 14000 | /// @brief return whether pointer points to the root document |
| 14001 | /// @sa https://json.nlohmann.me/api/json_pointer/empty/ |
| 14002 | bool empty() const noexcept |
| 14003 | { |
| 14004 | return reference_tokens.empty(); |
| 14005 | } |
| 14006 | |
| 14007 | private: |
| 14008 | /*! |