[#node-operator_lshift-0a] = xref:node.adoc[node]::operator<< :relfileprefix: ../ :mrdocs: Write a human‐readable description of a block file cursor to a stream. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& os, xref:node/BlockfileCursor.adoc[BlockfileCursor] const& cursor); ---- == Return Value The stream `os,` to allow chaining. == Parameters [cols="1,4"] |=== | Name| Description | *os* | The output stream to write to. | *cursor* | The block file cursor to format. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#