Searched defs:IntComparableWith (Results 1 – 1 of 1) sorted by relevance
64 struct IntComparableWith { struct68 constexpr explicit IntComparableWith(T value = T()) : value_(value) {} in value_() argument88 constexpr IntComparableWith operator++(int) { auto tmp = *this; ++value_; return tmp; } argument