Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_trivially_move_constructible.pass.cpp69 struct MoveOnly2 struct
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap/
H A Diter_swap.pass.cpp119 struct MoveOnly2 { struct
122 MoveOnly2() = default; argument
128 constexpr MoveOnly2& operator=(MoveOnly1 &&) { in operator =() argument