MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / to_bool

Method to_bool

include/chaiscript/utility/json.hpp:344–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 }
343
344 bool to_bool() const { bool b; return to_bool( b ); }
345 bool to_bool( bool &ok ) const {
346 ok = (internal.Type == Class::Boolean);
347 return ok ? internal.Bool : false;

Callers 1

from_jsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected