MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsFalse

Function IsFalse

Source/ThirdParty/rapidjson/document.h:1113–1113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1111 Type GetType() const { return static_cast<Type>(data_.f.flags & kTypeMask); }
1112 bool IsNull() const { return data_.f.flags == kNullFlag; }
1113 bool IsFalse() const { return data_.f.flags == kFalseFlag; }
1114 bool IsTrue() const { return data_.f.flags == kTrueFlag; }
1115 bool IsBool() const { return (data_.f.flags & kBoolFlag) != 0; }
1116 bool IsObject() const { return data_.f.flags == kObjectFlag; }

Callers 1

IsFalseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected