C++ Library Extensions
2022.12.09
To help learn modern C++ programming
- t -
T :
tpf::types::hidden::st_tuple_common_type< std::tuple< ArgTypes1... >, std::tuple< ArgTypes2... > >
trio_set_element_t :
tpf::set_tag< ContainerType, EleType, Types >
trio_set_of_sets_t :
tpf::set_tag< ContainerType, EleType, Types >
trio_set_t :
tpf::set_tag< ContainerType, EleType, Types >
trio_sets_of_sets_t :
tpf::set_tag< ContainerType, EleType, Types >
trio_sets_t :
tpf::set_tag< ContainerType, EleType, Types >
tuple_t :
container_of_tuples_t< ContainerType, ElementTypes >
,
multiple_packs< type_list_t< Types_1... >, type_list_t< Types_2... > >
tuple_type :
tpf::types::hidden::container_of_tuples_class< ContainerType, ElementTypes >
,
tpf::types::hidden::container_of_tuples_class< std::map, KeyType, ElementTypes... >
,
tpf::types::hidden::container_of_tuples_class< std::multimap, KeyType, ElementTypes... >
,
tpf::types::hidden::container_of_tuples_class< std::unordered_map, KeyType, ElementTypes... >
,
tpf::types::hidden::container_of_tuples_class< std::unordered_multimap, KeyType, ElementTypes... >
type :
cpg::types::hidden::st_common_container< S, T >
,
cpg::types::hidden::st_common_container< ContainerTmpl< S, M >, ContainerTmpl< T, N > >
,
cpg::types::hidden::st_common_container< ContainerTmpl< S, N >, ContainerTmpl< T, N > >
,
cpg::types::hidden::st_common_container< ContainerTmpl< S, S_tail... >, ContainerTmpl< T, T_tail... > >
,
cpg::types::hidden::st_common_container< std::tuple< Ss... >, std::tuple< Ts... > >
,
cpg::types::hidden::st_common_vector< A, B >
,
cpg::types::hidden::st_common_vector< A, std::vector< B > >
,
cpg::types::hidden::st_common_vector< A, std::vector< std::array< B, N > > >
,
cpg::types::hidden::st_common_vector< std::array< A, N >, std::vector< std::array< B, N > > >
,
cpg::types::hidden::st_common_vector< std::vector< A >, B >
,
cpg::types::hidden::st_common_vector< std::vector< A >, std::vector< B > >
,
cpg::types::hidden::st_common_vector< std::vector< std::array< A, N > >, B >
,
cpg::types::hidden::st_common_vector< std::vector< std::array< A, N > >, std::array< B, N > >
,
cpg::types::hidden::st_common_vector< std::vector< std::array< A, N > >, std::vector< std::array< B, N > > >
,
cpg::types::hidden::st_create_sequence< END >
,
cpg::types::hidden::st_create_sequence< START, END >
,
cpg::types::hidden::st_create_sequence< START, END, STEP >
,
cpg::types::hidden::st_create_sequence<>
,
cpg::types::hidden::st_first_element< T >
,
cpg::types::hidden::st_first_element< ContainerType< T, N > >
,
cpg::types::hidden::st_first_element< ContainerType< T, Types... > >
,
cpg::types::hidden::st_first_element< ContainerType< T, Values... > >
,
cpg::types::hidden::st_make_unique_types< Type, Types... >
,
cpg::types::hidden::st_make_unique_types< type_container< LeftTypes... >, type_container< First, Second, Tails... > >
,
cpg::types::hidden::st_make_unique_types< type_container< LeftTypes... >, type_container< Head > >
,
cpg::types::hidden::st_make_unique_types< type_container< Types... > >
,
cpg::types::hidden::st_make_unique_types<>
,
cpg::types::hidden::st_pop_back_t< Type, Types... >
,
cpg::types::hidden::st_pop_back_t< type_container< Types... > >
,
cpg::types::hidden::st_pop_back_t<>
,
cpg::types::hidden::st_pop_front_t< Type, Types... >
,
cpg::types::hidden::st_pop_front_t< type_container< Types... > >
,
cpg::types::hidden::st_pop_front_t<>
,
cpg::types::hidden::st_signed_type< T >
,
cpg::types::hidden::st_std_common_array< A, B >
,
cpg::types::hidden::st_std_common_array< A, std::array< B, N > >
,
cpg::types::hidden::st_std_common_array< std::array< A, M >, std::array< B, N > >
,
cpg::types::hidden::st_std_common_array< std::array< A, N >, B >
,
cpg::types::hidden::st_std_common_array< std::array< A, N >, std::array< B, N > >
,
cpg::types::hidden::st_unsigned_type< T >
,
cpg::types::indexer_type< T, Value >
,
enable_if< true, ReturnType >
,
first_n_types_list_st< 0, type_list_t<>, type_list_t< RightType, RightTypes... > >
,
first_n_types_list_st< 0, type_list_t<>, type_list_t<> >
,
first_n_types_list_st< 1, type_list_t< LeftTypes... >, type_list_t< RightType, RightTypes... > >
,
first_n_types_list_st< 1, type_list_t< LeftTypes... >, type_list_t<> >
,
first_n_types_list_st< FirstN, type_list_t< LeftTypes... >, type_list_t< RightType, RightTypes... > >
,
first_n_types_st< FirstN, Types >
,
first_n_types_st< FirstN, type_list_t< Types... > >
,
integral_constant< Type, v >
,
is_same< Type_1, Type_2 >
,
is_same< Type, Type >
,
is_template_st< Type >
,
is_template_st< ClassTemplate< Types... > >
,
last_n_types_list_st< 0, type_list_t< LeftType, LeftTypes... >, type_list_t<> >
,
last_n_types_list_st< 0, type_list_t<>, type_list_t<> >
,
last_n_types_list_st< 1, type_list_t< LeftType, LeftTypes... >, type_list_t< RightTypes... > >
,
last_n_types_list_st< 1, type_list_t<>, type_list_t< RightTypes... > >
,
last_n_types_list_st< LastN, type_list_t< LeftType, LeftTypes... >, type_list_t< RightTypes... > >
,
last_n_types_st< LastN, Types >
,
last_n_types_st< LastN, type_list_t< Types... > >
,
stl_extensions::hidden::st_tuple_scalar_signed_cast< T, S >
,
stl_extensions::hidden::st_tuple_scalar_signed_cast< std::tuple< Types... >, ScalarType >
,
stl_extensions::hidden::st_tuple_scalar_unsigned_cast< T, S >
,
stl_extensions::hidden::st_tuple_scalar_unsigned_cast< std::tuple< Types... >, ScalarType >
,
to_variant_st< Type >
,
to_variant_st< tpf::types::type_list_t< Type > >
,
to_variant_st< tpf::types::type_list_t< Type, Types... > >
,
tpf::parallel::st_cache_wrapper< T, bool >
,
tpf::parallel::st_cache_wrapper< T, true >
,
tpf::types::concate_type_st< Type >
,
tpf::types::concate_type_st< Type, type_list_t< Head2, Tails2... > >
,
tpf::types::concate_type_st< Type, Types... >
,
tpf::types::concate_type_st< type_list_t< Head, Tails... >, Types... >
,
tpf::types::concate_type_st< type_list_t< Type > >
,
tpf::types::concate_type_st< type_list_t< Type, Types... > >
,
tpf::types::concate_type_st< type_list_t< Types1... >, type_list_t< Types2... > >
,
tpf::types::concate_type_st< type_list_t<> >
,
tpf::types::concate_type_st<>
,
tpf::types::hidden::append_type_st< ArgType, type_list_t< RightTypes... > >
,
tpf::types::hidden::append_type_st< type_list_t< ArgTypes... >, type_list_t< RightTypes... > >
,
tpf::types::hidden::common_type_st< Type >
,
tpf::types::hidden::common_type_st< Type1, Type2 >
,
tpf::types::hidden::common_type_st< Type1, Type2, Types... >
,
tpf::types::hidden::common_type_st< type_list_t< Type > >
,
tpf::types::hidden::common_type_st< type_list_t< Type1, Type2 > >
,
tpf::types::hidden::common_type_st< type_list_t< Type1, Type2, Types... > >
,
tpf::types::hidden::common_type_st< type_list_t<> >
,
tpf::types::hidden::container_of_tuples_st< ContainerType, ElementTypes >
,
tpf::types::hidden::container_of_tuples_st< ContainerType, type_list_t< ElementTypes... > >
,
tpf::types::hidden::container_of_variants_st< ContainerType, ElementTypes >
,
tpf::types::hidden::container_of_variants_st< ContainerType, type_list_t< ElementTypes... > >
,
tpf::types::hidden::container_of_variants_st< std::map, KeyType, type_list_t< ElementTypes... > >
,
tpf::types::hidden::container_of_variants_st< std::multimap, KeyType, type_list_t< ElementTypes... > >
,
tpf::types::hidden::container_of_variants_st< std::pair, KeyType, type_list_t< ElementTypes... > >
,
tpf::types::hidden::container_of_variants_st< std::unordered_map, KeyType, type_list_t< ElementTypes... > >
,
tpf::types::hidden::container_of_variants_st< std::unordered_multimap, KeyType, type_list_t< ElementTypes... > >
,
tpf::types::hidden::difference_type_st< type_list_t< Types... > >
,
tpf::types::hidden::difference_type_st< type_list_t< Types... >, Type >
,
tpf::types::hidden::difference_type_st< type_list_t< Types... >, Type, RightTypes... >
,
tpf::types::hidden::difference_type_st< type_list_t< Types... >, type_list_t< Type > >
,
tpf::types::hidden::difference_type_st< type_list_t< Types... >, type_list_t< Type, RightTypes... > >
,
tpf::types::hidden::difference_type_st< type_list_t< Types... >, type_list_t<> >
,
tpf::types::hidden::first_n_types_list_st< 0, type_list_t<>, type_list_t< RightType, RightTypes... > >
,
tpf::types::hidden::first_n_types_list_st< 0, type_list_t<>, type_list_t<> >
,
tpf::types::hidden::first_n_types_list_st< 1, type_list_t< LeftTypes... >, type_list_t< RightType, RightTypes... > >
,
tpf::types::hidden::first_n_types_list_st< 1, type_list_t< LeftTypes... >, type_list_t<> >
,
tpf::types::hidden::first_n_types_list_st< FirstN, type_list_t< LeftTypes... >, type_list_t< RightType, RightTypes... > >
,
tpf::types::hidden::first_n_types_list_to_template_class_st< FirstN, TemplateClass, Types >
,
tpf::types::hidden::first_n_types_list_to_template_class_st< FirstN, TemplateClass, type_list_t< Types... > >
,
tpf::types::hidden::first_n_types_st< FirstN, type_list_t<>, RightTypes... >
,
tpf::types::hidden::first_n_types_st< FirstN, type_list_t<>, type_list_t< RightTypes... > >
,
tpf::types::hidden::first_n_types_to_template_class_st< FirstN, TemplateClass< InnerTypes... >, type_list_t< Types... > >
,
tpf::types::hidden::first_n_types_to_template_class_st< FirstN, TemplateClass< InnerTypes... >, Types... >
,
tpf::types::hidden::intersection_type_st< type_list_t< Types... > >
,
tpf::types::hidden::intersection_type_st< type_list_t< Types... >, Type >
,
tpf::types::hidden::intersection_type_st< type_list_t< Types... >, Type, RightTypes... >
,
tpf::types::hidden::intersection_type_st< type_list_t< Types... >, type_list_t< Type > >
,
tpf::types::hidden::intersection_type_st< type_list_t< Types... >, type_list_t< Type, RightTypes... > >
,
tpf::types::hidden::intersection_type_st< type_list_t< Types... >, type_list_t<> >
,
tpf::types::hidden::is_map_or_unordered_map_st< Type >
,
tpf::types::hidden::is_map_or_unordered_map_st< std::map< KeyType, ValueType, Types... > >
,
tpf::types::hidden::is_map_or_unordered_map_st< std::unordered_map< KeyType, ValueType, Types... > >
,
tpf::types::hidden::is_set_or_unordered_set_st< Type >
,
tpf::types::hidden::is_set_or_unordered_set_st< std::set< Type, Types... > >
,
tpf::types::hidden::is_set_or_unordered_set_st< std::unordered_set< Type, Types... > >
,
tpf::types::hidden::is_template_st< Type >
,
tpf::types::hidden::is_template_st< ContainerType< Type, Args... > >
,
tpf::types::hidden::is_template_st< ContainerType< Types... > >
,
tpf::types::hidden::last_n_types_list_st< 0, type_list_t< LeftType, LeftTypes... >, type_list_t<> >
,
tpf::types::hidden::last_n_types_list_st< 0, type_list_t<>, type_list_t<> >
,
tpf::types::hidden::last_n_types_list_st< 1, type_list_t< LeftType, LeftTypes... >, type_list_t< RightTypes... > >
,
tpf::types::hidden::last_n_types_list_st< 1, type_list_t<>, type_list_t< RightTypes... > >
,
tpf::types::hidden::last_n_types_list_st< LastN, type_list_t< LeftType, LeftTypes... >, type_list_t< RightTypes... > >
,
tpf::types::hidden::last_n_types_st< LastN, LeftTypes >
,
tpf::types::hidden::last_n_types_st< LastN, type_list_t< LeftTypes... > >
,
tpf::types::hidden::make_signed_integral_st< Type, bIntegral >
,
tpf::types::hidden::make_signed_integral_st< Type, true >
,
tpf::types::hidden::make_signed_st< Type, bInteger >
,
tpf::types::hidden::make_signed_st< Type, true >
,
tpf::types::hidden::make_unsigned_integral_st< Type, bIntegral >
,
tpf::types::hidden::make_unsigned_integral_st< Type, true >
,
tpf::types::hidden::make_unsigned_st< Type, bInteger >
,
tpf::types::hidden::make_unsigned_st< Type, true >
,
tpf::types::hidden::nth_type_to_template_class_st< TypeIndex, TemplateClass< InnerTypes... >, type_list_t< Types... > >
,
tpf::types::hidden::nth_type_to_template_class_st< TypeIndex, TemplateClass< InnerTypes... >, Types... >
,
tpf::types::hidden::pop_back_type_st< type_list_t< LeftTypes... >, type_list_t< Type, RightTypes... > >
,
tpf::types::hidden::pop_back_type_st< type_list_t< LeftTypes... >, type_list_t<> >
,
tpf::types::hidden::pop_back_type_wrapper_st< Types >
,
tpf::types::hidden::pop_back_type_wrapper_st< type_list_t< Types... > >
,
tpf::types::hidden::pop_front_type_st< type_list_t< Type, Types... > >
,
tpf::types::hidden::pop_front_type_st< type_list_t<> >
,
tpf::types::hidden::pop_front_wrapper_st< Types >
,
tpf::types::hidden::pop_front_wrapper_st< type_list_t< Types... > >
,
tpf::types::hidden::prepend_type_st< ArgType, type_list_t< RightTypes... > >
,
tpf::types::hidden::prepend_type_st< type_list_t< ArgTypes... >, type_list_t< RightTypes... > >
,
tpf::types::hidden::push_back_type_st< ArgType, Types >
,
tpf::types::hidden::push_back_type_st< ArgType, type_list_t< Types... > >
,
tpf::types::hidden::push_front_type_st< ArgType, Types >
,
tpf::types::hidden::push_front_type_st< ArgType, type_list_t< Types... > >
,
tpf::types::hidden::remove_type_st< ArgType >
,
tpf::types::hidden::remove_type_st< ArgType, Type >
,
tpf::types::hidden::remove_type_st< ArgType, Type, RightTypes... >
,
tpf::types::hidden::remove_type_st< ArgType, type_list_t< Type > >
,
tpf::types::hidden::remove_type_st< ArgType, type_list_t< Type, RightTypes... > >
,
tpf::types::hidden::remove_type_st< ArgType, type_list_t<> >
,
tpf::types::hidden::remove_type_wrapper_st< ArgType, Types >
,
tpf::types::hidden::remove_type_wrapper_st< ArgType, type_list_t< Types... > >
,
tpf::types::hidden::replace_type_st< NewType, OldType >
,
tpf::types::hidden::replace_type_st< NewType, OldType, Type >
,
tpf::types::hidden::replace_type_st< NewType, OldType, Type, RightTypes... >
,
tpf::types::hidden::replace_type_st< NewType, OldType, type_list_t< Type > >
,
tpf::types::hidden::replace_type_st< NewType, OldType, type_list_t< Type, RightTypes... > >
,
tpf::types::hidden::replace_type_st< NewType, OldType, type_list_t<> >
,
tpf::types::hidden::return_type_st< Type >
,
tpf::types::hidden::return_type_st< void >
,
tpf::types::hidden::select_first_type_st< Type >
,
tpf::types::hidden::select_first_type_st< Type, Types... >
,
tpf::types::hidden::select_first_type_st< type_list_t< Type > >
,
tpf::types::hidden::select_first_type_st< type_list_t< Type, Types... > >
,
tpf::types::hidden::select_first_type_st< type_list_t<> >
,
tpf::types::hidden::select_first_type_st<>
,
tpf::types::hidden::select_last_type_st< Type >
,
tpf::types::hidden::select_last_type_st< Type, Types... >
,
tpf::types::hidden::select_last_type_st< type_list_t< Type > >
,
tpf::types::hidden::select_last_type_st< type_list_t< Type, Types... > >
,
tpf::types::hidden::select_last_type_st< type_list_t<> >
,
tpf::types::hidden::select_last_type_st<>
,
tpf::types::hidden::select_nth_type_st< 0, Type, Types... >
,
tpf::types::hidden::select_nth_type_st< 0, type_list_t< Type, Types... > >
,
tpf::types::hidden::select_nth_type_st< SelectIndex >
,
tpf::types::hidden::select_nth_type_st< SelectIndex, Type, Types... >
,
tpf::types::hidden::select_nth_type_st< SelectIndex, type_list_t< Type, Types... > >
,
tpf::types::hidden::select_nth_type_st< SelectIndex, type_list_t<> >
,
tpf::types::hidden::st_arg_to_type_list< arg_list< Types... > >
,
tpf::types::hidden::st_arg_to_type_list< type_list_t< Types... > >
,
tpf::types::hidden::st_build_arg_types< type_list_t< Heads... >, type_list_t< Tails... > >
,
tpf::types::hidden::st_common_type_solver< Type >
,
tpf::types::hidden::st_common_type_solver< Type, Types... >
,
tpf::types::hidden::st_common_type_solver< type_list_t< Type > >
,
tpf::types::hidden::st_common_type_solver< type_list_t< Type, Types... > >
,
tpf::types::hidden::st_common_type_solver< type_list_t<> >
,
tpf::types::hidden::st_common_type_solver<>
,
tpf::types::hidden::st_create_workhorse_range< SequenceInOrder, BeginValue, EndValue >
,
tpf::types::hidden::st_create_workhorse_range< SequenceInOrder, BeginValue, EndValue, IncrementValue >
,
tpf::types::hidden::st_create_workhorse_range< SequenceInOrder, EndValue >
,
tpf::types::hidden::st_has_tuple_common_type< std::tuple< Types... > >
,
tpf::types::hidden::st_index_tuple_vector< std::index_sequence< Is... > >
,
tpf::types::hidden::st_is_arg_list< T >
,
tpf::types::hidden::st_is_arg_list< arg_list< Ts... > >
,
tpf::types::hidden::st_make_non_class_wrapper< Type, Tag, bool >
,
tpf::types::hidden::st_make_non_class_wrapper< Type, Tag, true >
,
tpf::types::hidden::st_recursive_type_list< T >
,
tpf::types::hidden::st_recursive_type_list< TemplateType< Types... > >
,
tpf::types::hidden::st_reverse_sequence< std::integer_sequence< T, args... > >
,
tpf::types::hidden::st_revese_sequence_operation< std::integer_sequence< T, args... >, std::integer_sequence< T > >
,
tpf::types::hidden::st_revese_sequence_operation< std::integer_sequence< T, args1... >, std::integer_sequence< T, first, args2... > >
,
tpf::types::hidden::st_sequence_element_type< T >
,
tpf::types::hidden::st_sequence_element_type< std::integer_sequence< T, Elements... > >
,
tpf::types::hidden::st_sequence_info< T, FirstValue, LastValue, CountValue, stack_order >
,
tpf::types::hidden::st_sequence_info< T, FirstValue, LastValue, CountValue, !StackInOrder >
,
tpf::types::hidden::st_std_array_element< Type >
,
tpf::types::hidden::st_std_array_element< std::array< Type, Size > >
,
tpf::types::hidden::st_tuple_common_type< T, S >
,
tpf::types::hidden::st_tuple_common_type< std::tuple< ArgTypes1... >, std::tuple< ArgTypes2... > >
,
tpf::types::hidden::st_tuple_to_type_list< std::tuple< Types... > >
,
tpf::types::hidden::st_type_list_to_tuple< type_list_t< Types... > >
,
tpf::types::hidden::st_type_list_to_tuple_of_vectors< Types >
,
tpf::types::hidden::st_type_list_to_tuple_of_vectors< CntrType< Types... > >
,
tpf::types::hidden::st_type_list_to_tuple_of_vectors< type_list_t< Types... > >
,
tpf::types::hidden::st_unique_ptr_wrapper< ArgTypes >
,
tpf::types::hidden::st_unique_ptr_wrapper_deleter< deleter, ArgTypes >
,
tpf::types::hidden::st_variant_to_type_list< std::variant< Types... > >
,
tpf::types::hidden::st_vector< I >
,
tpf::types::hidden::st_workhorse_range< T, BeginValue, EndValue, IncrementValue >
,
tpf::types::hidden::to_tuple_st< Types >
,
tpf::types::hidden::to_tuple_st< std::variant< Types... > >
,
tpf::types::hidden::to_tuple_st< type_list_t< Types... > >
,
tpf::types::hidden::to_variant_st< Type, Types >
,
tpf::types::hidden::to_variant_st< std::tuple< Type, Types... > >
,
tpf::types::hidden::to_variant_st< type_list_t< Type, Types... > >
,
tpf::types::hidden::type_list_to_template_class_st< ClassTemplate, Types >
,
tpf::types::hidden::type_list_to_template_class_st< ClassTemplate, type_list_t< Types... > >
,
tpf::types::hidden::type_list_to_template_class_wrapper_st< ClassTemplate, Types >
,
tpf::types::hidden::type_list_to_template_class_wrapper_st< ClassTemplate, type_list_t< Types... > >
,
tpf::types::hidden::type_list_to_template_class_wrapper_st< std::variant, type_list_t< Types... > >
,
tpf::types::hidden::type_list_to_template_class_wrapper_st< std::variant, Types... >
,
tpf::types::hidden::types_to_template_class_st< Type, Types >
,
tpf::types::hidden::types_to_template_class_st< ClassTemplate< InnerTypes... >, type_list_t< Types... > >
,
tpf::types::hidden::types_to_template_class_st< ClassTemplate< InnerTypes... >, Types... >
,
tpf::types::hidden::types_to_template_class_wrapper_st< Type, Types >
,
tpf::types::hidden::types_to_template_class_wrapper_st< ClassTemplate< InnerTypes... >, type_list_t< Types... > >
,
tpf::types::hidden::types_to_template_class_wrapper_st< ClassTemplate< InnerTypes... >, Types... >
,
tpf::types::hidden::types_to_template_class_wrapper_st< std::variant< InnerTypes... >, type_list_t< Types... > >
,
tpf::types::hidden::types_to_template_class_wrapper_st< std::variant< InnerTypes... >, Types... >
,
tpf::types::hidden::union_type_st< ArgType, type_list_t< Types... > >
,
tpf::types::hidden::union_type_st< type_list_t< Types... > >
,
tpf::types::hidden::union_type_st< type_list_t< Types... >, Type >
,
tpf::types::hidden::union_type_st< type_list_t< Types... >, Type, RightTypes... >
,
tpf::types::hidden::union_type_st< type_list_t< Types... >, type_list_t< Type > >
,
tpf::types::hidden::union_type_st< type_list_t< Types... >, type_list_t< Type, RightTypes... > >
,
tpf::types::hidden::union_type_st< type_list_t< Types... >, type_list_t<> >
,
tpf::types::hidden::unique_types_st< type_list_t< Types... > >
,
tpf::types::hidden::unique_types_st< type_list_t< Types... >, Type >
,
tpf::types::hidden::unique_types_st< type_list_t< Types... >, Type, RightTypes... >
,
tpf::types::hidden::unique_types_st< type_list_t< Types... >, type_list_t< RightTypes... > >
,
tpf::types::indexer_2d_type< T, RowValue, ColumnValue >
,
tpf::types::indexer_3d_type< T, HeightValue, RowValue, ColumnValue >
,
tpf::types::indexer_type< T, Value >
,
tpf::types::tag_type< Type, Tag >
type0 :
tpf::types::hidden::last_n_types_list_st< LastN, type_list_t< LeftType, LeftTypes... >, type_list_t< RightTypes... > >
type1 :
tpf::types::hidden::last_n_types_list_st< LastN, type_list_t< LeftType, LeftTypes... >, type_list_t< RightTypes... > >
type_0 :
first_n_types_list_st< FirstN, type_list_t< LeftTypes... >, type_list_t< RightType, RightTypes... > >
,
last_n_types_list_st< LastN, type_list_t< LeftType, LeftTypes... >, type_list_t< RightTypes... > >
type_1 :
first_n_types_list_st< FirstN, type_list_t< LeftTypes... >, type_list_t< RightType, RightTypes... > >
,
last_n_types_list_st< LastN, type_list_t< LeftType, LeftTypes... >, type_list_t< RightTypes... > >
type_list_0 :
tpf::types::hidden::first_n_types_list_st< FirstN, type_list_t< LeftTypes... >, type_list_t< RightType, RightTypes... > >
type_list_1 :
tpf::types::hidden::first_n_types_list_st< FirstN, type_list_t< LeftTypes... >, type_list_t< RightType, RightTypes... > >
Generated by
1.9.4