MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / is_null

Method is_null

tests/autotester/json11.hpp:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 Type type() const;
118
119 bool is_null() const { return type() == NUL; }
120 bool is_number() const { return type() == NUMBER; }
121 bool is_bool() const { return type() == BOOL; }
122 bool is_string() const { return type() == STRING; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected