Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__iterator/
H A Diterator_traits.h72 using _Apply = typename _ITER_TRAITS<_Iter>::iterator_concept; member
76 using _Apply = typename _ITER_TRAITS<_Iter>::iterator_category; member
80 using _Apply = __enable_if_t< member
87 : _IsValidExpansion<_Tester::template _Apply, _Iter>,
102 using _ITER_CONCEPT = typename __iter_concept_cache<_Iter>::type::template _Apply<_Iter>;
/llvm-project-15.0.7/libcxx/include/
H A Dvariant1204 using _Apply = __type_identity<_Dest>;
1211 using _Apply _LIBCPP_NODEBUG = decltype(__test_impl<_Dest>({declval<_Source>()}));
1223 >::template _Apply<_Dest, _Source>;
1259 using _Apply _LIBCPP_NODEBUG = __all_overloads<__overload<_Types, _Idx>...>;
1264 __make_indices_imp<sizeof...(_Types), 0> >::template _Apply<_Types...>;