Scippy

SoPlex

Sequential object-oriented simPlex

basic_format_specs< Char > Struct Template Reference

#include <format.h>

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()

constexpr basic_format_specs ( )

Definition at line 1024 of file format.h.

Member Data Documentation

◆ align

◆ alt

◆ fill

◆ precision

◆ sign

◆ type

◆ width