Searched refs:StrictBooleanIterator (Results 1 – 4 of 4) sorted by relevance
88 struct StrictBooleanIterator { struct92 constexpr StrictBooleanIterator() = default; argument93 constexpr explicit StrictBooleanIterator(It it) : iter_(it) {} in StrictBooleanIterator() argument96 constexpr StrictBooleanIterator& operator++() {100 constexpr StrictBooleanIterator operator++(int) {105 constexpr StrictBooleanIterator& operator--() { argument109 constexpr StrictBooleanIterator operator--(int) {114 constexpr StrictBooleanIterator& operator+=(difference_type n) { argument118 constexpr StrictBooleanIterator& operator-=(difference_type n) {122 friend constexpr StrictBooleanIterator operator+(StrictBooleanIterator x, difference_type n) {[all …]
35 using Iterator = StrictBooleanIterator<Value*>;
23 using Iterator = StrictBooleanIterator<Value*>;
25 using Iterator = StrictBooleanIterator<Value*>;