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

#include <buffer_view.hpp>

Inheritance diagram for fmt::formatter< kagome::common::BufferView >:
Collaboration diagram for fmt::formatter< kagome::common::BufferView >:

Public Member Functions

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

Public Attributes

char presentation = 's'
 

Detailed Description

template<>
struct fmt::formatter< kagome::common::BufferView >

Definition at line 66 of file buffer_view.hpp.

Member Function Documentation

template<typename FormatContext >
auto fmt::formatter< kagome::common::BufferView >::format ( const kagome::common::BufferView view,
FormatContext &  ctx 
) -> decltype(ctx.out())
inline

Definition at line 90 of file buffer_view.hpp.

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

Definition at line 71 of file buffer_view.hpp.

Member Data Documentation

char fmt::formatter< kagome::common::BufferView >::presentation = 's'

Definition at line 68 of file buffer_view.hpp.


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