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
- trueif- lhsshould be ordered-before- rhs;- falseotherwise