omni::extras::isAnyVersion
Defined in omni/extras/Version.h
- 
inline bool omni::extras::isAnyVersion(const SemanticVersion &v)
- Checks if the given SemanticVersion has negative major, minor and patch values. - Parameters
- v – A SemanticVersion to test 
- Returns
- trueif- vhas negative major, minor and patch values;- falseotherwise