Caffe2 - C++ API
A deep learning, cross platform ML framework
c10::guts::typelist::element< Index, typelist< Head, Tail... > > Struct Template Reference

Shave off types until we hit the <0, Head, Tail...> or <Index> case. More...

#include <TypeList.h>

Inheritance diagram for c10::guts::typelist::element< Index, typelist< Head, Tail... > >:
c10::guts::typelist::element< Index-1, typelist< Tail... > >

Detailed Description

template<size_t Index, class Head, class... Tail>
struct c10::guts::typelist::element< Index, typelist< Head, Tail... > >

Shave off types until we hit the <0, Head, Tail...> or <Index> case.

Definition at line 205 of file TypeList.h.


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