operator<#
Fully qualified name: omni::extras::operator<
Defined in omni/extras/Version.h
- inline bool omni::extras::operator<(
 - const SemanticVersion &lhs,
 - const SemanticVersion &rhs,
 Less-than operator for two semantic versions.
- Parameters:
 lhs – The first SemanticVersion to compare
rhs – The second SemanticVersion to compare
- Returns:
 trueiflhsshould be ordered-beforerhs;falseotherwise