WTF
WTF::VectorTraitsBase< false, T > Struct Template Reference
#include <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 |
Detailed Description
template<typename T>
struct WTF::VectorTraitsBase< false, T >
Definition at line 55 of file VectorTraits.h.
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:52:38 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:52:38 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.