title: fmt::formatter< sgns::GeniusNode::NodeState > summary: Lets a NodeState be passed straight to any spdlog/fmt call: logger->debug( "state {}", state ).
fmt::formatter< sgns::GeniusNode::NodeState >¶
Lets a NodeState be passed straight to any spdlog/fmt call: logger->debug( "state {}", state ).
#include <GeniusNode.hpp>
Inherits from formatter< std::string_view >
Public Functions¶
| Name | |
|---|---|
| format_context::iterator | format(sgns::GeniusNode::NodeState state, format_context & ctx) const |
Public Functions Documentation¶
function format¶
Updated on 2026-08-28 at 22:24:30 +0000