Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/utility/utility.swap/
Dswap_array.pass.cpp38 struct NotMoveConstructible { struct
39 NotMoveConstructible() {} in NotMoveConstructible() function
40 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
Dswap.pass.cpp42 struct NotMoveConstructible { struct
43 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument