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
§ canCompareWithMemcmp
template<typename T >
|
static |
Definition at line 63 of file VectorTraits.h.
§ canCopyWithMemcpy
template<typename T >
|
static |
Definition at line 61 of file VectorTraits.h.
§ canFillWithMemset
template<typename T >
|
static |
Definition at line 62 of file VectorTraits.h.
§ canInitializeWithMemset
template<typename T >
|
static |
Definition at line 59 of file VectorTraits.h.
§ canMoveWithMemcpy
template<typename T >
|
static |
Definition at line 60 of file VectorTraits.h.
§ needsDestruction
template<typename T >
|
static |
Definition at line 57 of file VectorTraits.h.
§ needsInitialization
template<typename T >
|
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-2016 The KDE developers.
Generated on Wed Oct 19 2016 23:26:08 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed Oct 19 2016 23:26:08 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.