Agora  1.2.0
Agora project
fmt::v8::formatter< bytes > Struct Reference

#include <format.h>

Collaboration diagram for fmt::v8::formatter< bytes >:

Public Member Functions

template<typename ParseContext >
auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
auto format (bytes b, FormatContext &ctx) -> decltype(ctx.out())
 

Private Attributes

detail::dynamic_format_specs< char > specs_
 

Member Function Documentation

◆ format()

template<typename FormatContext >
auto fmt::v8::formatter< bytes >::format ( bytes  b,
FormatContext &  ctx 
) -> decltype(ctx.out())
inline
Here is the call graph for this function:

◆ parse()

template<typename ParseContext >
auto fmt::v8::formatter< bytes >::parse ( ParseContext &  ctx) -> decltype(ctx.begin())
inline
Here is the call graph for this function:

Member Data Documentation

◆ specs_


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