Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.factories/range.iota.view/
H A Dtypes.h95 struct IntSentinelWith { struct
99 constexpr explicit IntSentinelWith(T value = T()) : value_(value) {} in value_() argument
125 constexpr IntSentinelWith operator++(int) { auto tmp = *this; ++value_; return tmp; } argument