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

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.unary/meta.unary.prop/
is_const.pass.cpp 17 void test_is_const() function
27 test_is_const<void>();
28 test_is_const<int>();
29 test_is_const<double>();
30 test_is_const<int*>();
31 test_is_const<const int*>();
32 test_is_const<char[3]>();
33 test_is_const<char[3]>();

Completed in 244 milliseconds