Template Function sdv::operator<(TType, const sdv::any_t&)#

Function Documentation#

template<typename TType>
bool sdv::operator<(TType tVal1, const sdv::any_t &ranyVal2)#

Smaller than comparison operator.

Template Parameters:

TType – The type to use for the comparison.

Parameters:
  • tVal1[in] Value to compare with.

  • ranyVal2[in] Reference to the any value to compare with.

Returns:

The result of the comparison.