Rosetta
Public Member Functions | Private Attributes | List of all members
formatter< bytes > Struct 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())
 

Private Attributes

detail::dynamic_format_specs< char > specs_
 

Member Function Documentation

◆ format()

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

◆ parse()

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

Member Data Documentation

◆ specs_

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

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