SoPlex Documentation
Loading...
Searching...
No Matches
basic_format_specs< Char > Struct Template Reference

#include <format.h>

Inheritance diagram for basic_format_specs< Char >:
dynamic_format_specs< char > dynamic_format_specs< char_type > dynamic_format_specs< Char >

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
 
internal::fill_t< Char > fill
 

Detailed Description

template<typename Char>
struct basic_format_specs< Char >

Definition at line 1015 of file format.h.

Constructor & Destructor Documentation

◆ basic_format_specs()

template<typename Char >
constexpr basic_format_specs ( )
constexpr

Definition at line 1024 of file format.h.

Member Data Documentation

◆ align

◆ alt

◆ fill

◆ precision

template<typename Char >
int precision

◆ sign

template<typename Char >
sign_t sign

◆ type

◆ width