BloombergLP::bdld::Datum_Helpers::load

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

NameDescription
sourcebuffer containing the value
offsetbyte offset within source