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

Function Documentation#

bool sdv::operator<=(const interface_t &rifcLeft, const interface_t &rifcRight) noexcept#

Compare whether the left interface is smaller than or equal to the right interface.

Parameters:
  • rifcLeft[in] Reference to the left interface.

  • rifcRight[in] Reference to the right interface.

Returns:

Returns whether the left interface is smaller or equal.