Kagome
Polkadot Runtime Engine in C++17
fmt::formatter< kagome::primitives::detail::BlockInfoT< Tag > > Struct Template Reference

#include <common.hpp>

Collaboration diagram for fmt::formatter< kagome::primitives::detail::BlockInfoT< Tag > >:

Public Member Functions

constexpr auto parse (format_parse_context &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
auto format (const kagome::primitives::detail::BlockInfoT< Tag > &block_info, FormatContext &ctx) -> decltype(ctx.out())
 

Public Attributes

char presentation = 's'
 

Detailed Description

template<typename Tag>
struct fmt::formatter< kagome::primitives::detail::BlockInfoT< Tag > >

Definition at line 68 of file common.hpp.

Member Function Documentation

template<typename Tag >
template<typename FormatContext >
auto fmt::formatter< kagome::primitives::detail::BlockInfoT< Tag > >::format ( const kagome::primitives::detail::BlockInfoT< Tag > &  block_info,
FormatContext &  ctx 
) -> decltype(ctx.out())
inline

Definition at line 92 of file common.hpp.

template<typename Tag >
constexpr auto fmt::formatter< kagome::primitives::detail::BlockInfoT< Tag > >::parse ( format_parse_context &  ctx) -> decltype(ctx.begin())
inline

Definition at line 73 of file common.hpp.

Member Data Documentation

template<typename Tag >
char fmt::formatter< kagome::primitives::detail::BlockInfoT< Tag > >::presentation = 's'

Definition at line 70 of file common.hpp.


The documentation for this struct was generated from the following file: