kernel::operator<<

Writes a human-readable form of a chainstate role to a stream.

Synopsis

Declared in <kernel/chain.h>

std::ostream&
operator<<(
    std::ostream& os,
    ChainstateRole const& role);

Return Value

The output stream os.

Parameters

NameDescription
osOutput stream to write to.
roleChainstate role to format.