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
§ canCompareWithMemcmp
template<typename T >
|
static |
Definition at line 75 of file VectorTraits.h.
§ canCopyWithMemcpy
template<typename T >
|
static |
Definition at line 73 of file VectorTraits.h.
§ canFillWithMemset
template<typename T >
|
static |
Definition at line 74 of file VectorTraits.h.
§ canInitializeWithMemset
template<typename T >
|
static |
Definition at line 71 of file VectorTraits.h.
§ canMoveWithMemcpy
template<typename T >
|
static |
Definition at line 72 of file VectorTraits.h.
§ needsDestruction
template<typename T >
|
static |
Definition at line 69 of file VectorTraits.h.
§ needsInitialization
template<typename T >
|
static |
Definition at line 70 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.