MCPcopy Create free account
hub / github.com/bupticybee/TexasSolver / empty

Method empty

include/json.hpp:10391–10394  ·  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

10389 @since version 3.6.0
10390 */
10391 bool empty() const noexcept
10392 {
10393 return reference_tokens.empty();
10394 }
10395
10396 private:
10397 /*!

Callers 15

json_sax_dom_parserClass · 0.45
end_objectMethod · 0.45
end_arrayMethod · 0.45
handle_valueMethod · 0.45
ungetMethod · 0.45
sax_parse_internalMethod · 0.45
exception_messageMethod · 0.45
splitFunction · 0.45
replace_substringFunction · 0.45
flattenFunction · 0.45
write_ubjsonMethod · 0.45
dumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected