WTF
WTF::VectorTraitsBase< false, T > Struct Template Reference
#include <VectorTraits.h>
Detailed Description
template<typename T>
struct WTF::VectorTraitsBase< false, T >
Definition at line 55 of file VectorTraits.h.
Static Public Attributes | |
static const bool | canCompareWithMemcmp = false |
static const bool | canCopyWithMemcpy = false |
static const bool | canFillWithMemset = false |
static const bool | canInitializeWithMemset = false |
static const bool | canMoveWithMemcpy = false |
static const bool | needsDestruction = true |
static const bool | needsInitialization = true |
Member Data Documentation
template<typename T>
const bool WTF::VectorTraitsBase< false, T >::canCompareWithMemcmp = false [static] |
Definition at line 63 of file VectorTraits.h.
template<typename T>
const bool WTF::VectorTraitsBase< false, T >::canCopyWithMemcpy = false [static] |
Definition at line 61 of file VectorTraits.h.
template<typename T>
const bool WTF::VectorTraitsBase< false, T >::canFillWithMemset = false [static] |
Definition at line 62 of file VectorTraits.h.
template<typename T>
const bool WTF::VectorTraitsBase< false, T >::canInitializeWithMemset = false [static] |
Definition at line 59 of file VectorTraits.h.
template<typename T>
const bool WTF::VectorTraitsBase< false, T >::canMoveWithMemcpy = false [static] |
Definition at line 60 of file VectorTraits.h.
template<typename T>
const bool WTF::VectorTraitsBase< false, T >::needsDestruction = true [static] |
Definition at line 57 of file VectorTraits.h.
template<typename T>
const bool WTF::VectorTraitsBase< false, T >::needsInitialization = true [static] |
Definition at line 58 of file VectorTraits.h.
The documentation for this struct was generated from the following file: