folly::traits_detail_IsLessThanComparable::operator<

A fallback operator used to detect the absence of a real operator<.

Synopsis

Declared in <folly/Traits.h>

Ignore
operator<(
    Ignore lhs,
    Ignore rhs);

Return Value

An Ignore value.

Parameters

NameDescription
lhsThe left-hand operand, ignored.
rhsThe right-hand operand, ignored.