C++ Library Extensions 2022.12.09
To help learn modern C++ programming
first_n_types_st< FirstN, Types > Struct Template Reference

Public Types

using type = typename first_n_types_list_st< FirstN, type_list_t<>, type_list_t< Types... > >::type
 

Detailed Description

template<size_t FirstN, typename... Types>
struct first_n_types_st< FirstN, Types >

Definition at line 53 of file 24-first_n_types.cpp.

Member Typedef Documentation

◆ type

template<size_t FirstN, typename... Types>
using first_n_types_st< FirstN, Types >::type = typename first_n_types_list_st<FirstN, type_list_t<>, type_list_t<Types...> >::type

Definition at line 56 of file 24-first_n_types.cpp.


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