Sierra Toolkit
Version of the Day
|
#include <TypeList.hpp>
The end of a TypeList is the first encounter with an entry of TypeListEnd. Thus all entries after a TypeListEnd entry are ignored. This allows The MakeTypeList<...> template to define TypeLists of the desired length.
Definition at line 491 of file TypeList.hpp.