Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__type_traits/
H A 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