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