Template Function sdv::operator<=(const sdv::any_t&, TType)#
Defined in File any.h
Function Documentation#
-
template<typename TType>
bool sdv::operator<=(const sdv::any_t &ranyVal1, TType tVal2)# Smaller than or equality 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.