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

Function Documentation#

bool sdv::operator<=(const sdv::any_t &ranyVal1, const sdv::any_t &ranyVal2)#

Smaller than or equality comparison operator.

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

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

Returns:

The result of the comparison.