WTF
WTF::SimpleClassVectorTraits Struct Reference
#include <VectorTraits.h>
Inheritance diagram for WTF::SimpleClassVectorTraits:

Detailed Description
Definition at line 81 of file VectorTraits.h.
Static Public Attributes | |
static const bool | canCompareWithMemcmp = true |
static const bool | canCopyWithMemcpy = false |
static const bool | canFillWithMemset = false |
static const bool | canInitializeWithMemset = true |
static const bool | canMoveWithMemcpy = true |
static const bool | needsDestruction = true |
static const bool | needsInitialization = true |
Member Data Documentation
const bool WTF::SimpleClassVectorTraits::canCompareWithMemcmp = true [static] |
Definition at line 89 of file VectorTraits.h.
const bool WTF::SimpleClassVectorTraits::canCopyWithMemcpy = false [static] |
Definition at line 87 of file VectorTraits.h.
const bool WTF::SimpleClassVectorTraits::canFillWithMemset = false [static] |
Definition at line 88 of file VectorTraits.h.
const bool WTF::SimpleClassVectorTraits::canInitializeWithMemset = true [static] |
Definition at line 85 of file VectorTraits.h.
const bool WTF::SimpleClassVectorTraits::canMoveWithMemcpy = true [static] |
Definition at line 86 of file VectorTraits.h.
const bool WTF::SimpleClassVectorTraits::needsDestruction = true [static] |
Definition at line 83 of file VectorTraits.h.
const bool WTF::SimpleClassVectorTraits::needsInitialization = true [static] |
Definition at line 84 of file VectorTraits.h.
The documentation for this struct was generated from the following file: