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

#include <core.h>

Public Member Functions

constexpr format_specs ()
 

Public Attributes

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

Detailed Description

template<typename Char = char>
struct format_specs< Char >

Definition at line 2076 of file core.h.

Constructor & Destructor Documentation

◆ format_specs()

template<typename Char = char>
constexpr format_specs< Char >::format_specs ( )
inlineconstexpr

Definition at line 2086 of file core.h.

Member Data Documentation

◆ align

template<typename Char = char>
align_t format_specs< Char >::align

Definition at line 2080 of file core.h.

◆ alt

template<typename Char = char>
bool format_specs< Char >::alt

Definition at line 2082 of file core.h.

◆ fill

template<typename Char = char>
detail::fill_t<Char> format_specs< Char >::fill

Definition at line 2084 of file core.h.

◆ localized

template<typename Char = char>
bool format_specs< Char >::localized

Definition at line 2083 of file core.h.

◆ precision

template<typename Char = char>
int format_specs< Char >::precision

Definition at line 2078 of file core.h.

◆ sign

template<typename Char = char>
sign_t format_specs< Char >::sign

Definition at line 2081 of file core.h.

◆ type

template<typename Char = char>
presentation_type format_specs< Char >::type

Definition at line 2079 of file core.h.

◆ width

template<typename Char = char>
int format_specs< Char >::width

Definition at line 2077 of file core.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:28