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

#include <format.h>

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

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
 
detail::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 detail::dynamic_format_specs< Char >

Definition at line 2642 of file format.h.

Member Data Documentation

◆ precision_ref

template<typename Char >
arg_ref<Char> precision_ref

Definition at line 2644 of file format.h.

Referenced by formatter< bytes >::format().

◆ width_ref

template<typename Char >
arg_ref<Char> width_ref

Definition at line 2643 of file format.h.

Referenced by formatter< bytes >::format().