LibreOffice Module onlineupdate (master) 1
|
RemoveVolatile removes top-level volatile qualifications on a type. More...
#include <TypeTraits.h>
Public Types | |
typedef T | Type |
RemoveVolatile removes top-level volatile qualifications on a type.
mozilla::RemoveVolatile<int>::Type is int; mozilla::RemoveVolatile<volatile int>::Type is int; mozilla::RemoveVolatile<volatile int*>::Type is volatile int*; mozilla::RemoveVolatile<int* volatile>::Type is int*.
Definition at line 698 of file TypeTraits.h.
typedef T mozilla::RemoveVolatile< T >::Type |
Definition at line 700 of file TypeTraits.h.