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

Concatenates multiple type lists. More...

#include <TypeList.h>

Detailed Description

template<class... TypeLists>
struct c10::guts::typelist::concat< TypeLists >

Concatenates multiple type lists.

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

Definition at line 75 of file TypeList.h.


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