LibreOffice Module onlineupdate (master) 1
Public Types | List of all members
mozilla::RemoveReference< T > Struct Template Reference

Converts reference types to the underlying types. More...

#include <TypeTraits.h>

Public Types

typedef T Type
 

Detailed Description

template<typename T>
struct mozilla::RemoveReference< T >

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.

Member Typedef Documentation

◆ Type

template<typename T >
typedef T mozilla::RemoveReference< T >::Type

Definition at line 736 of file TypeTraits.h.


The documentation for this struct was generated from the following file: