node::operator<<

Write a human-readable name for a block file type to a stream.

Synopsis

Declared in <node/blockstorage.h>

std::ostream&
operator<<(
    std::ostream& os,
    BlockfileType const& type);

Return Value

The stream os, to allow chaining.

Parameters

NameDescription
osThe output stream to write to.
typeThe block file type to format.