Struct add_reference_impl< void >
Synopsis
#include <include/EASTL/type_traits.h>
template <> struct add_reference_impl<void>
Description
No description yet.
Source
Lines 843-843 in include/EASTL/type_traits.h.
template <> struct add_reference_impl<void>{ typedef void type; };