Home
last modified time | relevance | path

Searched refs:__apply_cv_impl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dapply_cv.h26 struct __apply_cv_impl { struct
32 struct __apply_cv_impl<_Tp, true, false> { argument
38 struct __apply_cv_impl<_Tp, false, true> {
44 struct __apply_cv_impl<_Tp, true, true> {
50 struct __apply_cv_impl<_Tp&, false, false> {
56 struct __apply_cv_impl<_Tp&, true, false> {
62 struct __apply_cv_impl<_Tp&, false, true> {
68 struct __apply_cv_impl<_Tp&, true, true> {
74 using __apply_cv_t _LIBCPP_NODEBUG = typename __apply_cv_impl<_Tp>::template __apply<_Up>;