WTF
#include <Vector.h>
|
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) |
|
template<typename T>
struct WTF::VectorTypeOperations< T >
Definition at line 210 of file Vector.h.
◆ compare()
◆ destruct()
◆ initialize()
◆ move()
◆ moveOverlapping()
◆ uninitializedCopy()
◆ uninitializedFill()
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:00:46 by
doxygen 1.8.15 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.