Struct add_const_helper
Synopsis
#include <include/EASTL/internal/type_transformations.h>
template <typename T, bool = eastl::is_const<T>::value || eastl::is_reference<T>::value || eastl::is_function<T>::value>
struct add_const_helper
Description
No description yet.
Source
Lines 37-39 in include/EASTL/internal/type_transformations.h.
template <typename T, bool = eastl::is_const<T>::value || eastl::is_reference<T>::value || eastl::is_function<T>::value>
struct add_const_helper
{ typedef T type; };