Convert a mempool removal reason to a human‐readable string.

Synopsis

Declared in <kernel/mempool_removal_reason.h>

std::string
RemovalReasonToString(MemPoolRemovalReason const& r) noexcept;

Return Value

The lowercase textual name of the reason.

Parameters

Name

Description

r

The removal reason to describe.

Created with MrDocs