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

Reverses a typelist. More...

#include <TypeList.h>

Detailed Description

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

Reverses a typelist.

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

Definition at line 241 of file TypeList.h.


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