spdlog
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
formatter< bytes > Struct Reference

Detailed Description

Definition at line 2471 of file format.h.

#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())
 

Private Attributes

detail::dynamic_format_specs< charspecs_
 

Member Function Documentation

◆ format()

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

Definition at line 2487 of file format.h.

◆ parse()

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

Definition at line 2477 of file format.h.

Member Data Documentation

◆ specs_

detail::dynamic_format_specs<char> formatter< bytes >::specs_
private

Definition at line 2473 of file format.h.


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