Struct apply_cv< T &, U, true, true >
Synopsis
#include <include/EASTL/internal/mem_fn.h>
template <class T, class U> struct apply_cv<T&, U, true, true>
Description
No description yet.
Source
Lines 46-46 in include/EASTL/internal/mem_fn.h.
template <class T, class U> struct apply_cv<T&, U, true, true> { typedef const volatile U& type; };