[#BloombergLP-bdls-operator_lshift-0cf] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::operator<< :relfileprefix: ../../ :mrdocs: Output the specified `value` to the specified `stream`, in human‐readable form. If `value` is not a valid `Whence` value, report that it is invalid and output it as an integer. == Synopsis Declared in `<bdls_filesystemutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/bdls/FilesystemUtil/Whence.adoc[FilesystemUtil::Whence] value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#