MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / get_boolean

Method get_boolean

src/include/pugixml.cpp:9869–9872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9867 }
9868
9869 PUGI__FN bool xpath_variable::get_boolean() const
9870 {
9871 return (_type == xpath_type_boolean) ? static_cast<const impl::xpath_variable_boolean*>(this)->value : false;
9872 }
9873
9874 PUGI__FN double xpath_variable::get_number() const
9875 {

Callers 1

eval_booleanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected