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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_copy_constructible.pass.cpp 17 void test_is_copy_constructible() function
63 test_is_copy_constructible<A>();
64 test_is_copy_constructible<int&>();
65 test_is_copy_constructible<Union>();
66 test_is_copy_constructible<Empty>();
67 test_is_copy_constructible<int>();
68 test_is_copy_constructible<double>();
69 test_is_copy_constructible<int*>();
70 test_is_copy_constructible<const int*>();
71 test_is_copy_constructible<NotEmpty>()
    [all...]

Completed in 35 milliseconds