Searched refs:_Apply (Results 1 – 2 of 2) sorted by relevance
85 using _Apply = typename _ITER_TRAITS<_Iter>::iterator_concept; member89 using _Apply = typename _ITER_TRAITS<_Iter>::iterator_category; member93 …using _Apply = __enable_if_t< __is_primary_template<iterator_traits<_Iter> >::value, random_access… member97 struct __test_iter_concept : _IsValidExpansion<_Tester::template _Apply, _Iter>, _Tester {};107 using _ITER_CONCEPT = typename __iter_concept_cache<_Iter>::type::template _Apply<_Iter>;
1108 using _Apply = __type_identity<_Dest>;1115 using _Apply _LIBCPP_NODEBUG = decltype(__test_impl<_Dest>({std::declval<_Source>()}));1120 …_If< is_arithmetic<_Dest>::value, __narrowing_check, __no_narrowing_check >::template _Apply<_Dest,1141 using _Apply _LIBCPP_NODEBUG = __all_overloads<__overload<_Types, _Idx>...>;1146 …typename __make_overloads_imp< __make_indices_imp<sizeof...(_Types), 0> >::template _Apply<_Types.…