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
Name |
Description |
os |
The output stream to write to. |
type |
The block file type to format. |
Created with MrDocs