Home
last modified time | relevance | path

Searched defs:IntComparableWith (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.iota.view/
H A Dtypes.h64 struct IntComparableWith { struct
68 constexpr explicit IntComparableWith(T value = T()) : value_(value) {} in value_() argument
88 constexpr IntComparableWith operator++(int) { auto tmp = *this; ++value_; return tmp; } argument