#include <cel_memory.h>
List of all members.
Public Member Functions |
| void | operator() (int8_t *buffer, size_t count, const int8_t &t) |
Detailed Description
template<>
struct Celartem::MemoryFill< int8_t >
MemoryFill function for int8_t types.
Member Function Documentation
| void Celartem::MemoryFill< int8_t >::operator() |
( |
int8_t * |
buffer, |
|
|
size_t |
count, |
|
|
const int8_t & |
t | |
|
) |
| | [inline] |
- Parameters:
-
| 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. |
The documentation for this struct was generated from the following file: