Kagome
Polkadot Runtime Engine in C++17
|
#include <peer_id_formatter.hpp>
Public Member Functions | |
constexpr auto | parse (format_parse_context &ctx) -> decltype(ctx.begin()) |
template<typename FormatContext > | |
auto | format (const libp2p::peer::PeerId &peer_id, FormatContext &ctx) -> decltype(ctx.out()) |
Public Attributes | |
char | presentation = 's' |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Definition at line 17 of file peer_id_formatter.hpp.
|
inline |
Definition at line 41 of file peer_id_formatter.hpp.
|
inline |
Definition at line 22 of file peer_id_formatter.hpp.
char fmt::formatter< libp2p::peer::PeerId >::presentation = 's' |
Definition at line 19 of file peer_id_formatter.hpp.