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