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

Method bool_value

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

Source from the content-addressed store, hash-verified

374
375class JsonBoolean final : public Value<Json::BOOL, bool> {
376 bool bool_value() const override { return m_value; }
377public:
378 explicit JsonBoolean(bool value) : Value(value) {}
379};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected