Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/
Dadd_cv.h20 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS add_cv { struct
25 template <class _Tp> using add_cv_t = typename add_cv<_Tp>::type; argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.unary/
Ddependent_return_type.compile.pass.cpp27 std::add_cv_t<T> add_cv() { in add_cv() function