The Sparta Modeling Framework
Loading...
Searching...
No Matches
MetaTypeList::get_index< S, T, type_list< Head, Tail... >, typename std::enable_if<!std::is_same< T, Head >::value >::type > Class Template Reference

Class Template to return the index of a certain type in a certain typelist. Case when queried type does not match front type. More...

#include <MetaTypeList.hpp>

Inheritance diagram for MetaTypeList::get_index< S, T, type_list< Head, Tail... >, typename std::enable_if<!std::is_same< T, Head >::value >::type >:
Collaboration diagram for MetaTypeList::get_index< S, T, type_list< Head, Tail... >, typename std::enable_if<!std::is_same< T, Head >::value >::type >:

Detailed Description

template<std::size_t S, typename T, typename Head, typename... Tail>
class MetaTypeList::get_index< S, T, type_list< Head, Tail... >, typename std::enable_if<!std::is_same< T, Head >::value >::type >

Class Template to return the index of a certain type in a certain typelist. Case when queried type does not match front type.

Definition at line 263 of file MetaTypeList.hpp.


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