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

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

#include <TypeList.h>

Detailed Description

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

Returns the last element of a type list.

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

Definition at line 217 of file TypeList.h.


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