* Does the value indicate a true or ON value? */
| 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 |