isAnyVersion#
Fully qualified name: 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:
true
ifv
has negative major, minor and patch values;false
otherwise