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

Returns the first element of a type list. More...

#include <TypeList.h>

Detailed Description

template<class TypeList>
struct c10::guts::typelist::head< TypeList >

Returns the first element of a type list.

Example: int == head_t<typelist<int, string>>

Definition at line 175 of file TypeList.h.


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