Agora  1.2.0
Agora project
fmt::v8::basic_format_specs< Char > Struct Template Reference

#include <core.h>

Inheritance diagram for fmt::v8::basic_format_specs< Char >:

Public Member Functions

constexpr basic_format_specs ()
 

Public Attributes

int width
 
int precision
 
presentation_type type
 
align_t align: 4
 
sign_t sign: 3
 
bool alt: 1
 
bool localized: 1
 
detail::fill_t< Char > fill
 

Constructor & Destructor Documentation

◆ basic_format_specs()

template<typename Char >
constexpr fmt::v8::basic_format_specs< Char >::basic_format_specs ( )
inlineconstexpr

Member Data Documentation

◆ align

template<typename Char >
align_t fmt::v8::basic_format_specs< Char >::align

◆ alt

template<typename Char >
bool fmt::v8::basic_format_specs< Char >::alt

◆ fill

template<typename Char >
detail::fill_t<Char> fmt::v8::basic_format_specs< Char >::fill

◆ localized

template<typename Char >
bool fmt::v8::basic_format_specs< Char >::localized

◆ precision

template<typename Char >
int fmt::v8::basic_format_specs< Char >::precision

◆ sign

template<typename Char >
sign_t fmt::v8::basic_format_specs< Char >::sign

◆ type

template<typename Char >
presentation_type fmt::v8::basic_format_specs< Char >::type

◆ width

template<typename Char >
int fmt::v8::basic_format_specs< Char >::width

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