Home
last modified time | relevance | path

Searched refs:not_movable (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/
H A Dincrementable.h82 struct not_movable { struct
85 not_movable() = default; argument
86 not_movable(not_movable&&) = delete;
88 not_movable& operator++();
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.inc/
H A Dincrementable.compile.pass.cpp36 static_assert(!std::incrementable<not_movable>);
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.winc/
H A Dweakly_incrementable.compile.pass.cpp60 static_assert(!std::weakly_incrementable<not_movable>);