Kagome
Polkadot Runtime Engine in C++17
fmt::formatter< kagome::common::Blob< N > > Struct Template Reference

#include <blob.hpp>

Collaboration diagram for fmt::formatter< kagome::common::Blob< N > >:

Public Member Functions

constexpr auto parse (format_parse_context &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
auto format (const kagome::common::Blob< N > &blob, FormatContext &ctx) -> decltype(ctx.out())
 

Public Attributes

char presentation = N > 4 ? 's' : 'l'
 

Detailed Description

template<size_t N>
struct fmt::formatter< kagome::common::Blob< N > >

Definition at line 248 of file blob.hpp.

Member Function Documentation

template<size_t N>
template<typename FormatContext >
auto fmt::formatter< kagome::common::Blob< N > >::format ( const kagome::common::Blob< N > &  blob,
FormatContext &  ctx 
) -> decltype(ctx.out())
inline

Definition at line 272 of file blob.hpp.

template<size_t N>
constexpr auto fmt::formatter< kagome::common::Blob< N > >::parse ( format_parse_context &  ctx) -> decltype(ctx.begin())
inline

Definition at line 253 of file blob.hpp.

Member Data Documentation

template<size_t N>
char fmt::formatter< kagome::common::Blob< N > >::presentation = N > 4 ? 's' : 'l'

Definition at line 250 of file blob.hpp.


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