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

#include <core.h>

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

Public Member Functions

constexpr basic_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
 
char type
 
int width
 

Detailed Description

template<typename Char>
struct basic_format_specs< Char >

Definition at line 1908 of file core.h.

Constructor & Destructor Documentation

◆ basic_format_specs()

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

Definition at line 1918 of file core.h.

Member Data Documentation

◆ align

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

Definition at line 1912 of file core.h.

◆ alt

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

Definition at line 1914 of file core.h.

◆ fill

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

Definition at line 1916 of file core.h.

◆ localized

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

Definition at line 1915 of file core.h.

◆ precision

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

Definition at line 1910 of file core.h.

◆ sign

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

Definition at line 1913 of file core.h.

◆ type

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

Definition at line 1911 of file core.h.

◆ width

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

Definition at line 1909 of file core.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:12:54