MCPcopy Create free account
hub / github.com/Kitware/CMake / IsOn

Method IsOn

Source/cmValue.h:60–63  ·  view source on GitHub ↗

* Does the value indicate a true or ON value? */

Source from the content-addressed store, hash-verified

58 * Does the value indicate a true or ON value?
59 */
60 bool IsOn() const noexcept
61 {
62 return this->Value && cmValue::IsOn(cm::string_view(*this->Value));
63 }
64 /**
65 * Does the value indicate a false or off value ? Note that this is
66 * not the same as !IsOn(...) because there are a number of

Callers 1

cmIsOnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected