TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::meta::Nil 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::Nil struct

@struct Nil Meta.hpp common/Meta.hpp Nil-type, indicates the end of a TypeList. Nil-type, indicates the end of a TypeList.

Syntax

struct Nil { };

Examples

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

References

LocationReferrerScopeText
Meta.hpp:33
struct Nil { };
Meta.hpp:146
typedef Nil result;
Meta.hpp:161
typedef TypeList< T, Nil> result;
Meta.hpp:177
typedef TypeList< First, Next > result;
Meta.hpp:194
typedef TypeList< First, typename list_join<Next, T>::result > result;
Meta.hpp:118
struct select_type_maxsize< TypeList< First, Nil > >
Meta.hpp:144
struct list_join< Nil, Nil>
Meta.hpp:146
typedef Nil result;
Meta.hpp:159
struct list_join< Nil, T>
Meta.hpp:161
typedef TypeList< T, Nil> result;
Meta.hpp:175
struct list_join< Nil, TypeList< First, Next > >

all items filtered out
touchgfx::meta::Nil
all items filtered out