#include <cel_memory.h>
Public Member Functions | |
| void | operator() (uint8_t *buffer, size_t count, const uint8_t &t) |
Definition at line 303 of file cel_memory.h.
| void Celartem::MemoryFill< uint8_t >::operator() | ( | uint8_t * | buffer, | |
| size_t | count, | |||
| const uint8_t & | t | |||
| ) | [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. |
Definition at line 313 of file cel_memory.h.