TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::meta::TypeList from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...

touchgfx::meta::TypeList

Syntax

struct TypeList {     typedef First first;      typedef Next  next;   };

Examples

touchgfx::meta::TypeList is referenced by 4 libraries and example projects.

References

LocationText
Meta.hpp:46
struct TypeList
Meta.hpp:105
struct select_type_maxsize< TypeList< First, Next > > : public type_max< First, typename select_type_maxsize< Next >::type >
Meta.hpp:118
struct select_type_maxsize< TypeList< First, Nil > >
Meta.hpp:161
typedef TypeList< T, Nil> result;
Meta.hpp:175
struct list_join< Nil, TypeList< First, Next > >
Meta.hpp:177
typedef TypeList< First, Next > result;
Meta.hpp:192
struct list_join< TypeList< First, Next >, T >
Meta.hpp:194
typedef TypeList< First, typename list_join<Next, T>::result > result;

touchgfx::meta::TypeList
all items filtered out