Return the typed value at offset within source.
Declared in <bdld_datum.h>
template<class t_TYPE>
static
t_TYPE
load(
void const* source,
int offset);
Return the typed value found at the specified offset within the specified source.
the typed value at offset within source
| Name | Description |
|---|---|
| source | buffer containing the value |
| offset | byte offset within source |