Struct add_pointer
Synopsis
#include <include/EASTL/internal/type_transformations.h>
template<class T>
struct add_pointer
Description
No description yet.
Source
Lines 293-294 in include/EASTL/internal/type_transformations.h.
template<class T>
struct add_pointer { typedef typename eastl::remove_reference<T>::type* type; };