Template Function sdv::operator!=(TType, const sdv::any_t&)#
Defined in File any.h
Function Documentation#
-
template<typename TType>
bool sdv::operator!=(TType tVal1, const sdv::any_t &ranyVal2)# Inequality 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.