Write a human-readable description of a block file cursor to a stream.
Declared in <node/blockstorage.h>
std::ostream&
operator<<(
std::ostream& os,
BlockfileCursor const& cursor);
The stream os, to allow chaining.
| Name | Description |
|---|---|
| os | The output stream to write to. |
| cursor | The block file cursor to format. |