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

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

Detailed Description

template<typename Char>
struct basic_format_specs< Char >

Definition at line 1184 of file format.h.

Constructor & Destructor Documentation

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

Definition at line 1193 of file format.h.

Member Data Documentation

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

Definition at line 1188 of file format.h.

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

Definition at line 1190 of file format.h.

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

Definition at line 1191 of file format.h.

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

Definition at line 1186 of file format.h.

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

Definition at line 1189 of file format.h.

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

Definition at line 1187 of file format.h.

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

Definition at line 1185 of file format.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:49