Home
last modified time | relevance | path

Searched defs:remove_cv (Results 1 – 2 of 2) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/
Dremove_cv.h24 struct remove_cv { struct
25 using type _LIBCPP_NODEBUG = __remove_cv(_Tp); argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.unary/
Ddependent_return_type.compile.pass.cpp90 std::remove_cv_t<T> remove_cv() { in remove_cv() function