Embedded Template Library 1.0
Loading...
Searching...
No Matches
etl::nth_base< Index, TType > Struct Template Reference

Get the Nth base of a recursively inherited type. Requires that the class has defined 'base_type'. More...

#include <type_traits_generator.h>

Public Types

typedef nth_base< Index-1U, typenameTType::base_type >::type type

Detailed Description

template<size_t Index, typename TType>
struct etl::nth_base< Index, TType >

Get the Nth base of a recursively inherited type. Requires that the class has defined 'base_type'.


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