HomeSort by relevance Sort by last modified time
    Searched full:test_is_nothrow_move_constructible (Results 1 - 1 of 1) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_move_constructible.pass.cpp 17 void test_is_nothrow_move_constructible() function
53 test_is_nothrow_move_constructible<int&>();
54 test_is_nothrow_move_constructible<Union>();
55 test_is_nothrow_move_constructible<Empty>();
56 test_is_nothrow_move_constructible<int>();
57 test_is_nothrow_move_constructible<double>();
58 test_is_nothrow_move_constructible<int*>();
59 test_is_nothrow_move_constructible<const int*>();
60 test_is_nothrow_move_constructible<bit_zero>();

Completed in 2452 milliseconds