#include <move.h>
Static Public Member Functions | |
static void | move (Type &aDst, Type &aSrc) |
Much faster than an assignment. | |
template<class IterIn, class IterOut> | |
static IterOut | move_ranges (IterIn itBeg, IterIn itEnd, IterOut itOut) |
This is used for flushing a buffer to an output iterator. |
static void rpa::mover< Type, IsPod >::move | ( | Type & | aDst, | |
Type & | aSrc | |||
) | [inline, static] |
Much faster than an assignment.
static IterOut rpa::mover< Type, IsPod >::move_ranges | ( | IterIn | itBeg, | |
IterIn | itEnd, | |||
IterOut | itOut | |||
) | [inline, static] |
This is used for flushing a buffer to an output iterator.