MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / empty

Method empty

include/jwt/json/json.hpp:11853–11856  ·  view source on GitHub ↗

! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Constant. @exceptionsafety No-throw guarantee: this function never throws exceptions. @liveexample{The example shows the result of `empty` for different JSON Pointers.,json_pointer__empty} @since version 3.6.0 */

Source from the content-addressed store, hash-verified

11851 @since version 3.6.0
11852 */
11853 bool empty() const noexcept
11854 {
11855 return reference_tokens.empty();
11856 }
11857
11858 private:
11859 /*!

Callers 15

fill_bufferMethod · 0.45
fill_bufferMethod · 0.45
json_sax_dom_parserClass · 0.45
end_objectMethod · 0.45
end_arrayMethod · 0.45
handle_valueMethod · 0.45
ungetFunction · 0.45
sax_parse_internalMethod · 0.45
exception_messageMethod · 0.45
splitFunction · 0.45
replace_substringFunction · 0.45
flattenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected