Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Diter_move.pass.cpp22 struct IterMovingIt { struct
25 explicit IterMovingIt() = default; argument
30 constexpr IterMovingIt& operator++() { return *this; } in operator ++() argument
32 friend constexpr int iter_move(const IterMovingIt&) { in iter_move()