Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_move_constructible.pass.cpp17 void test_is_move_constructible() in test_is_move_constructible() function
70 test_is_move_constructible<A>(); in main()
71 test_is_move_constructible<int&>(); in main()
72 test_is_move_constructible<Union>(); in main()
73 test_is_move_constructible<Empty>(); in main()
74 test_is_move_constructible<int>(); in main()
75 test_is_move_constructible<double>(); in main()
76 test_is_move_constructible<int*>(); in main()
77 test_is_move_constructible<const int*>(); in main()
78 test_is_move_constructible<NotEmpty>(); in main()
[all …]