HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
formatter< bytes > Struct Template Reference

#include <format.h>

Public Member Functions

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

Detailed Description

template<>
struct formatter< bytes >

Definition at line 2468 of file format.h.

Member Function Documentation

template<typename FormatContext >
auto formatter< bytes >::format ( bytes  b,
FormatContext &  ctx 
) -> decltype(ctx.out())
inline

Definition at line 2484 of file format.h.

template<typename ParseContext >
FMT_CONSTEXPR auto formatter< bytes >::parse ( ParseContext &  ctx) -> decltype(ctx.begin())
inline

Definition at line 2474 of file format.h.


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