Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
Dis_trivially_move_constructible.pass.cpp58 struct MoveOnly1 struct
60 MoveOnly1(MoveOnly1&&);
86 static_assert(!std::is_trivially_move_constructible<MoveOnly1>::value, ""); in main()