SoPlex Documentation
Loading...
Searching...
No Matches
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_
 

Detailed Description

Definition at line 3620 of file format.h.

Member Function Documentation

◆ format()

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

◆ parse()

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

Member Data Documentation

◆ specs_

detail::dynamic_format_specs<char> specs_
private

Definition at line 3622 of file format.h.