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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.cv/
remove_const.pass.cpp 17 void test_remove_const_imp() function
28 test_remove_const_imp<T, T>();
29 test_remove_const_imp<const T, T>();
30 test_remove_const_imp<volatile T, volatile T>();
31 test_remove_const_imp<const volatile T, volatile T>();

Completed in 75 milliseconds