Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dadd_const.h21 struct _LIBCPP_TEMPLATE_VIS add_const { struct
22 typedef _LIBCPP_NODEBUG const _Tp type;
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dadd_cv_quals.h21 struct _LIBCPP_NO_SPECIALIZATIONS add_const { struct
27 using add_const_t = typename add_const<_Tp>::type; argument