Tiny cpp template algorithm library
Talg
Public Types | List of all members
InitList< N, T, Ts > Struct Template Reference

#include <initlist.h>

Public Types

using Base = InitList< N, Ts... >
 

Detailed Description

template<class N, class T, class... Ts>
struct InitList< N, T, Ts >

Definition at line 4 of file initlist.h.

Member Typedef Documentation

◆ Base

template<class N , class T , class... Ts>
using InitList< N, T, Ts >::Base = InitList<N, Ts...>

Definition at line 5 of file initlist.h.


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