MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::meta::IntList< T > Struct Template Reference

A list of integers, often used for indexing into template lists. More...

Inheritance diagram for mtcore::meta::IntList< T >:

Detailed Description

template<int... T>
struct mtcore::meta::IntList< T >

A list of integers, often used for indexing into template lists.

Template Parameters
TIntegers

Definition at line 79 of file meta/base.hpp.


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