[#BloombergLP-bdld-Datum_Helpers-store] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/Datum_Helpers.adoc[Datum_Helpers]::store :relfileprefix: ../../../ :mrdocs: Store the specified typed `value` at the specified `offset` within the specified `destination` and return `value`. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> static t_TYPE store( void* destination, int offset, t_TYPE value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#