Photon 1.0.0
Loading...
Searching...
No Matches
formatter< group_digits_view< T > > Struct Template Reference

#include <format.h>

Inheritance diagram for formatter< group_digits_view< T > >:
formatter< T, Char, Enable >

Public Member Functions

template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
auto format (group_digits_view< T > t, FormatContext &ctx) -> decltype(ctx.out())
 
- Public Member Functions inherited from formatter< T, Char, Enable >
 formatter ()=delete
 

Private Attributes

detail::dynamic_format_specs< char > specs_
 

Member Function Documentation

◆ format()

template<typename T >
template<typename FormatContext >
auto formatter< group_digits_view< T > >::format ( group_digits_view< T >  t,
FormatContext &  ctx 
) -> decltype(ctx.out())
inline

◆ parse()

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

Member Data Documentation

◆ specs_

template<typename T >
detail::dynamic_format_specs<char> formatter< group_digits_view< T > >::specs_
private

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