[#BloombergLP-bdld-Datum_Helpers-load] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/Datum_Helpers.adoc[Datum_Helpers]::load :relfileprefix: ../../../ :mrdocs: Return the typed value at `offset` within `source`. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [cols="1,4"] |=== | Name| Description | *source* | buffer containing the value | *offset* | byte offset within `source` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#