Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Types
c10::guts::typelist::reverse< typelist< Head, Tail... > > Struct Template Referencefinal

Public Types

using type = concat_t< typename reverse< typelist< Tail... >>::type, typelist< Head >>
 

Detailed Description

template<class Head, class... Tail>
struct c10::guts::typelist::reverse< typelist< Head, Tail... > >

Definition at line 244 of file TypeList.h.


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