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

Returns the number of types in a typelist Example: 3 == size<typelist<int, int, double>>::value. More...

#include <TypeList.h>

Detailed Description

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

Returns the number of types in a typelist Example: 3 == size<typelist<int, int, double>>::value.

Definition at line 30 of file TypeList.h.


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