WTF
WTF::VectorTypeOperations< T > Struct Template Reference
#include <Vector.h>
Static Public Member Functions | |
static bool | compare (const T *a, const T *b, size_t size) |
static void | destruct (T *begin, T *end) |
static void | initialize (T *begin, T *end) |
static void | move (const T *src, const T *srcEnd, T *dst) |
static void | moveOverlapping (const T *src, const T *srcEnd, T *dst) |
static void | uninitializedCopy (const T *src, const T *srcEnd, T *dst) |
static void | uninitializedFill (T *dst, T *dstEnd, const T &val) |
Detailed Description
Member Function Documentation
◆ compare()
template<typename T >
|
inlinestatic |
◆ destruct()
template<typename T >
|
inlinestatic |
◆ initialize()
template<typename T >
|
inlinestatic |
◆ move()
template<typename T >
|
inlinestatic |
◆ moveOverlapping()
template<typename T >
|
inlinestatic |
◆ uninitializedCopy()
template<typename T >
|
inlinestatic |
◆ uninitializedFill()
template<typename T >
|
inlinestatic |
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.