Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_trivially_move_constructible.pass.cpp72 struct MoveOnly2 struct
74 MoveOnly2(MoveOnly2&&) = default;
96 static_assert( std::is_trivially_move_constructible<MoveOnly2>::value, ""); in main()
/external/libcxx/test/support/
DMoveOnly.h22 friend class MoveOnly2; variable