node::operator<<

Write a human-readable description of a block file cursor to a stream.

Synopsis

Declared in <node/blockstorage.h>

std::ostream&
operator<<(
    std::ostream& os,
    BlockfileCursor const& cursor);

Return Value

The stream os, to allow chaining.

Parameters

NameDescription
osThe output stream to write to.
cursorThe block file cursor to format.