Home
last modified time | relevance | path

Searched refs:MoveOnly2 (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.cpp63 struct MoveOnly2 struct
65 MoveOnly2(MoveOnly2&&) = default;
87 static_assert( std::is_trivially_move_constructible<MoveOnly2>::value, ""); in main()