[#BloombergLP-bdld-operator_lshift-05d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::operator<< :relfileprefix: ../../ :mrdocs: Write the specified `rhs` value to the specified output `stream` and return a reference to the modifiable `stream`. This function has no effect if `stream` is not valid on entry. Note that this method invokes `operator<<` defined for `Datum`. See the function‐level documentation of the `operator<<` defined for `Datum` for details of the format of the output. == Synopsis Declared in `<bdld_manageddatum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/bdld/ManagedDatum.adoc[ManagedDatum] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#