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

Error case, we have an index but ran out of types! It will only be selected if Ts... is actually empty! More...

#include <TypeList.h>

Detailed Description

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

Error case, we have an index but ran out of types! It will only be selected if Ts... is actually empty!

Definition at line 200 of file TypeList.h.


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