WTF
#include <Vector.h>
List of all members.
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
template<typename T>
struct WTF::VectorTypeOperations< T >
Definition at line 210 of file Vector.h.
Member Function Documentation
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 12:06:51 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.