C++ Library Extensions 2022.12.09
To help learn modern C++ programming
tpf::types::hidden::st_type_list_to_tuple_of_vectors< Types > Struct Template Reference

#include <tpf_types.hpp>

Public Types

using type = std::tuple< std::vector< Types >... >
 

Detailed Description

template<typename... Types>
struct tpf::types::hidden::st_type_list_to_tuple_of_vectors< Types >

Definition at line 1123 of file tpf_types.hpp.

Member Typedef Documentation

◆ type

template<typename... Types>
using tpf::types::hidden::st_type_list_to_tuple_of_vectors< Types >::type = std::tuple< std::vector<Types>... >

Definition at line 1125 of file tpf_types.hpp.


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