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

Transforms a list of types into a tuple holding these types. More...

#include <TypeList.h>

Detailed Description

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

Transforms a list of types into a tuple holding these types.

Example: std::tuple<int, string> == to_tuple_t<typelist<int, string>>

Definition at line 44 of file TypeList.h.


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