Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.swap/
H A Dswap_array.pass.cpp39 struct NotMoveConstructible { struct
40 NotMoveConstructible() {} in NotMoveConstructible() argument
41 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
H A Dswap.pass.cpp42 struct NotMoveConstructible { struct
43 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument