MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetBool

Function GetBool

include/rapidjson/document.h:786–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784 //@{
785
786 bool GetBool() const { RAPIDJSON_ASSERT(IsBool()); return flags_ == kTrueFlag; }
787 //!< Set boolean value
788 /*! \post IsBool() == true */
789 GenericValue& SetBool(bool b) { this->~GenericValue(); new (this) GenericValue(b); return *this; }

Callers

nothing calls this directly

Calls 1

IsBoolFunction · 0.85

Tested by

no test coverage detected