Searched defs:IterMovingIt (Results 1 – 1 of 1) sorted by relevance
22 struct IterMovingIt { struct25 explicit IterMovingIt() = default; argument30 constexpr IterMovingIt& operator++() { return *this; } in operator ++() argument32 friend constexpr int iter_move(const IterMovingIt&) { in iter_move()