#include <cel_memory.h>
Public Member Functions | |
| void | operator() (T *buffer, size_t count, const T &t) |
MemoryFill function for general types.
|
inline |
| buffer | Specifies the pointer to the memory block to fill. |
| count | The number of entries on the memory block to fill. |
| t | A value to fill with. |