Scippy

SoPlex

Sequential object-oriented simPlex

dynamic_format_specs< Char > Struct Template Reference

#include <format.h>

Public Attributes

arg_ref< Char > width_ref
 
arg_ref< Char > precision_ref
 
- Public Attributes inherited from basic_format_specs< Char >
int width
 
int precision
 
char type
 
align_t align: 4
 
sign_t sign: 3
 
bool alt: 1
 
internal::fill_t< Char > fill
 

Additional Inherited Members

- Public Member Functions inherited from basic_format_specs< Char >
constexpr basic_format_specs ()
 

Detailed Description

template<typename Char>
struct internal::dynamic_format_specs< Char >

Definition at line 2218 of file format.h.

Member Data Documentation

◆ precision_ref

arg_ref<Char> precision_ref

Definition at line 2220 of file format.h.

◆ width_ref

arg_ref<Char> width_ref

Definition at line 2219 of file format.h.