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