Store value at offset within destination and return it.
Declared in <bdld_datum.h>
template<class t_TYPE>
static
t_TYPE
store(
void* destination,
int offset,
t_TYPE value);
Store the specified typed value at the specified offset within the specified destination and return value.
the stored value
| Name | Description |
|---|---|
| destination | buffer that receives the value |
| offset | byte offset within destination |
| value | typed value to store |