Searched refs:MinusNotDeclaredIter (Results 1 – 1 of 1) sorted by relevance
305 struct MinusNotDeclaredIter { struct308 friend auto operator<=>(MinusNotDeclaredIter, MinusNotDeclaredIter) = default; argument311 MinusNotDeclaredIter& operator++();312 MinusNotDeclaredIter operator++(int);313 MinusNotDeclaredIter& operator--();314 MinusNotDeclaredIter operator--(int);315 MinusNotDeclaredIter& operator+=(long);316 MinusNotDeclaredIter& operator-=(long);319 friend MinusNotDeclaredIter operator-(MinusNotDeclaredIter, int);320 friend MinusNotDeclaredIter operator+(MinusNotDeclaredIter, int);[all …]