C++ Library Extensions 2022.12.09
To help learn modern C++ programming
tpf::types::concate_type_st< type_list_t< Type, Types... > > Struct Template Reference

#include <tpf_types.hpp>

Public Types

using type = type_list_t< Type, Types... >
 

Detailed Description

template<typename Type, typename... Types>
struct tpf::types::concate_type_st< type_list_t< Type, Types... > >

Definition at line 6201 of file tpf_types.hpp.

Member Typedef Documentation

◆ type

template<typename Type , typename... Types>
using tpf::types::concate_type_st< type_list_t< Type, Types... > >::type = type_list_t<Type, Types...>

Definition at line 6203 of file tpf_types.hpp.


The documentation for this struct was generated from the following file: