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

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 |
Detailed Description
Definition at line 81 of file VectorTraits.h.
Member Data Documentation
◆ canCompareWithMemcmp
|
static |
Definition at line 89 of file VectorTraits.h.
◆ canCopyWithMemcpy
|
static |
Definition at line 87 of file VectorTraits.h.
◆ canFillWithMemset
|
static |
Definition at line 88 of file VectorTraits.h.
◆ canInitializeWithMemset
|
static |
Definition at line 85 of file VectorTraits.h.
◆ canMoveWithMemcpy
|
static |
Definition at line 86 of file VectorTraits.h.
◆ needsDestruction
|
static |
Definition at line 83 of file VectorTraits.h.
◆ needsInitialization
|
static |
Definition at line 84 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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.