Home
last modified time | relevance | path

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

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