MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / empty

Method empty

dependencies/json/json.hpp:11923–11926  ·  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

11921 @since version 3.6.0
11922 */
11923 bool empty() const noexcept
11924 {
11925 return reference_tokens.empty();
11926 }
11927
11928 private:
11929 /*!

Callers 15

configureMethod · 0.45
OptionListDevicesFunction · 0.45
ProcessOptionsFunction · 0.45
InitializeMethod · 0.45
SendCommitMethod · 0.45
GetSerialStringMethod · 0.45
SendMagicMethod · 0.45
SetMusicModeMethod · 0.45
UpdateEffectMethod · 0.45
is_validMethod · 0.45
SetColorDirectMethod · 0.45
ResetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected