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