CoreComponents 3.0.0
A Modern C++ Toolkit
|
Helper methods for copying and shifting partially uninitialized arrays. More...
#include <BucketArray>
Static Public Member Functions | |
template<unsigned distance = 1> | |
static void | shiftUp (T *items, unsigned count) |
Shift initialized items up and down within the otherwise uninitialized array. | |
template<unsigned count> | |
static void | transfer (T *to, T *from) |
Copy items from one array to an uninitialized part of another array. | |
Helper methods for copying and shifting partially uninitialized arrays.
|
static |
Shift initialized items up and down within the otherwise uninitialized array.
|
static |
Copy items from one array to an uninitialized part of another array.