Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Types | Static Public Member Functions
simplify_type< const From > Struct Template Reference

Public Types

using NonConstSimpleType = typename simplify_type< From >::SimpleType
 
using SimpleType = typename add_const_past_pointer< NonConstSimpleType >::type
 
using RetType = typename add_lvalue_reference_if_not_pointer< SimpleType >::type
 

Static Public Member Functions

static RetType getSimplifiedValue (const From &Val)
 

Detailed Description

template<typename From>
struct simplify_type< const From >

Definition at line 68 of file Casting.h.


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