Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Diterator_traits.h86 using _Apply = typename _ITER_TRAITS<_Iter>::iterator_concept; member
90 using _Apply = typename _ITER_TRAITS<_Iter>::iterator_category; member
94 …using _Apply = __enable_if_t< __is_primary_template<iterator_traits<_Iter> >::value, random_access… member
98 struct __test_iter_concept : _IsValidExpansion<_Tester::template _Apply, _Iter>, _Tester {};
108 using _ITER_CONCEPT = typename __iter_concept_cache<_Iter>::type::template _Apply<_Iter>;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dvariant1074 using _Apply = __type_identity<_Dest>;
1081 using _Apply _LIBCPP_NODEBUG = decltype(__test_impl<_Dest>({std::declval<_Source>()}));
1091 __no_narrowing_check >::template _Apply<_Dest, _Source>;
1129 using _Apply _LIBCPP_NODEBUG = __all_overloads<__overload<_Types, _Idx>...>;
1134 …typename __make_overloads_imp< __make_indices_imp<sizeof...(_Types), 0> >::template _Apply<_Types.…