MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / empty

Method empty

Source/Utils/json.hpp:11851–11854  ·  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

Source from the content-addressed store, hash-verified

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

Callers 15

Recruit_Draw_GravesMethod · 0.45
emptyFunction · 0.45
SplitIntegerFunction · 0.45
ParseArgumentFunction · 0.45
IsTrueTextFunction · 0.45
IsFalseTextFunction · 0.45
SplitSwitchDefFunction · 0.45
parse_valueFunction · 0.45
format_optionFunction · 0.45
format_descriptionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected