WTF
WTF::VectorMover< false, T > Struct Template Reference
#include <Vector.h>
Static Public Member Functions | |
| static void | move (const T *src, const T *srcEnd, T *dst) |
| static void | moveOverlapping (const T *src, const T *srcEnd, T *dst) |
Detailed Description
template<typename T>
struct WTF::VectorMover< false, T >
Definition at line 95 of file Vector.h.
Member Function Documentation
template<typename T >
| static void WTF::VectorMover< false, T >::move | ( | const T * | src, | |
| const T * | srcEnd, | |||
| T * | dst | |||
| ) | [inline, static] |
template<typename T >
| static void WTF::VectorMover< false, T >::moveOverlapping | ( | const T * | src, | |
| const T * | srcEnd, | |||
| T * | dst | |||
| ) | [inline, static] |
The documentation for this struct was generated from the following file:
KDE 4.3 API Reference