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

Function Documentation#

template<typename TType>
bool sdv::operator!=(const sdv::any_t &ranyVal1, TType tVal2)#

Inequality comparison operator.

Template Parameters:

TType – The type to use for the comparison.

Parameters:
  • ranyVal1[in] Reference to the any value to compare with.

  • tVal2[in] Value to compare with.

Returns:

The result of the comparison.