WTF
WTF::VectorTraitsBase< true, T > Struct Template Reference
#include <VectorTraits.h>
Static Public Attributes | |
static const bool | canCompareWithMemcmp = true |
static const bool | canCopyWithMemcpy = true |
static const bool | canFillWithMemset = sizeof(T) == sizeof(char) |
static const bool | canInitializeWithMemset = false |
static const bool | canMoveWithMemcpy = true |
static const bool | needsDestruction = false |
static const bool | needsInitialization = false |
Detailed Description
template<typename T>
struct WTF::VectorTraitsBase< true, T >
Definition at line 67 of file VectorTraits.h.
Member Data Documentation
template<typename T >
const bool WTF::VectorTraitsBase< true, T >::canCompareWithMemcmp = true [static] |
Definition at line 75 of file VectorTraits.h.
template<typename T >
const bool WTF::VectorTraitsBase< true, T >::canCopyWithMemcpy = true [static] |
Definition at line 73 of file VectorTraits.h.
template<typename T >
const bool WTF::VectorTraitsBase< true, T >::canFillWithMemset = sizeof(T) == sizeof(char) [static] |
Definition at line 74 of file VectorTraits.h.
template<typename T >
const bool WTF::VectorTraitsBase< true, T >::canInitializeWithMemset = false [static] |
Definition at line 71 of file VectorTraits.h.
template<typename T >
const bool WTF::VectorTraitsBase< true, T >::canMoveWithMemcpy = true [static] |
Definition at line 72 of file VectorTraits.h.
template<typename T >
const bool WTF::VectorTraitsBase< true, T >::needsDestruction = false [static] |
Definition at line 69 of file VectorTraits.h.
template<typename T >
const bool WTF::VectorTraitsBase< true, T >::needsInitialization = false [static] |
Definition at line 70 of file VectorTraits.h.
The documentation for this struct was generated from the following file: