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 greater-than for generated structs.
Template Parameters
T
The type of the generated struct.
Parameters
lhs
The left-hand side.
rhs
The right-hand side.
Returns
true
if
lhs
is greater than
rhs
,
false
otherwise.
Definition at line
52
of file
TupleCompare.h
.
Ice
Tuple
Generated by
1.14.0