LibreOffice Module onlineupdate (master) 1
|
Converts reference types to the underlying types. More...
#include <TypeTraits.h>
Public Types | |
typedef T | Type |
Converts reference types to the underlying types.
mozilla::RemoveReference<T>::Type is T; mozilla::RemoveReference<T&>::Type is T; mozilla::RemoveReference<T&&>::Type is T;
Definition at line 734 of file TypeTraits.h.
typedef T mozilla::RemoveReference< T >::Type |
Definition at line 736 of file TypeTraits.h.