Rosetta
Public Member Functions | Public Attributes | List of all members
basic_format_specs< Char > Struct Template Reference

#include <format.h>

Inheritance diagram for basic_format_specs< Char >:
Inheritance graph
[legend]

Public Member Functions

constexpr basic_format_specs ()
 

Public Attributes

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

Constructor & Destructor Documentation

◆ basic_format_specs()

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

Member Data Documentation

◆ align

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

◆ alt

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

◆ fill

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

◆ precision

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

◆ sign

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

◆ type

template<typename Char >
char basic_format_specs< Char >::type

◆ width

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

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