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

Creates a typelist containing the types of a given tuple. More...

#include <TypeList.h>

Detailed Description

template<class Tuple>
struct c10::guts::typelist::from_tuple< Tuple >

Creates a typelist containing the types of a given tuple.

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

Definition at line 60 of file TypeList.h.


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