[#BloombergLP-bdld-DatumUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::DatumUtil :relfileprefix: ../../ :mrdocs: This struct serves as a namespace for utility functions that operate on `bdld::Datum` objects. == Synopsis Declared in `<bdld_datumutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct DatumUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdld/DatumUtil/safeTypedPrint.adoc[`safeTypedPrint`] | Write the type‐tagged value of the specified `object` to the specified `outputStream`, allowing cycles. | xref:BloombergLP/bdld/DatumUtil/typedPrint.adoc[`typedPrint`] | Write the type‐tagged value of the specified `object` to the specified `outputStream`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#