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

Maps types of a type list using a type trait Example: typelist<int&, double&, string&> == map_t<std::add_lvalue_reference_t, typelist<int, double, string>> More...

#include <TypeList.h>

Detailed Description

template<template< class > class Mapper, class TypeList>
struct c10::guts::typelist::map< Mapper, TypeList >

Maps types of a type list using a type trait Example: typelist<int&, double&, string&> == map_t<std::add_lvalue_reference_t, typelist<int, double, string>>

Definition at line 158 of file TypeList.h.


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