LibreOffice Module onlineupdate (master) 1
List of all members
mozilla::IsVolatile< T > Struct Template Reference

IsVolatile determines whether a type is volatile or not. More...

#include <TypeTraits.h>

Inheritance diagram for mozilla::IsVolatile< T >:
[legend]
Collaboration diagram for mozilla::IsVolatile< T >:
[legend]

Additional Inherited Members

- Public Types inherited from mozilla::IntegralConstant< T, Value >
typedef T ValueType
 
typedef IntegralConstant< T, Value > Type
 
- Static Public Attributes inherited from mozilla::IntegralConstant< T, Value >
static const T value = Value
 

Detailed Description

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

IsVolatile determines whether a type is volatile or not.

mozilla::IsVolatile<int>::value is false; mozilla::IsVolatile<void* volatile>::value is true; mozilla::IsVolatile<volatile char*>::value is false.

Definition at line 335 of file TypeTraits.h.


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