Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ operator<()

template<class T, std::enable_if_t< std::is_member_function_pointer_v< decltype(&T::ice_tuple)> &&!std::is_polymorphic_v< T >, bool > = true>
bool Ice::Tuple::operator< ( const T & lhs,
const T & rhs )
inline

Operator less-than for generated structs.

Template Parameters
TThe type of the generated struct.
Parameters
lhsThe left-hand side.
rhsThe right-hand side.
Returns
true if lhs is less than rhs, false otherwise.

Definition at line 22 of file TupleCompare.h.