Caffe2 - C++ API
A deep learning, cross platform ML framework
c10::guts::typelist::element< Index, TypeList > Struct Template Referencefinal

Returns the N-th element of a type list. More...

#include <TypeList.h>

Detailed Description

template<size_t Index, class TypeList>
struct c10::guts::typelist::element< Index, TypeList >

Returns the N-th element of a type list.

Example: int == element_t<1, typelist<float, int, char>>Base template.

Definition at line 190 of file TypeList.h.


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