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

Successful case, we have reached the zero index and can "return" the head type. More...

#include <TypeList.h>

Public Types

using type = Head
 

Detailed Description

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

Successful case, we have reached the zero index and can "return" the head type.

Definition at line 195 of file TypeList.h.


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