spdlog
Loading...
Searching...
No Matches
Public Attributes | List of all members
dynamic_format_specs< Char > Struct Template Reference

Detailed Description

template<typename Char>
struct dynamic_format_specs< Char >

Definition at line 1952 of file core.h.

#include <core.h>

Inheritance diagram for dynamic_format_specs< Char >:
[legend]

Public Attributes

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

Member Data Documentation

◆ align

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

Definition at line 1901 of file core.h.

◆ alt

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

Definition at line 1903 of file core.h.

◆ fill

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

Definition at line 1905 of file core.h.

◆ localized

template<typename Char >
bool basic_format_specs< Char >::localized
inherited

Definition at line 1904 of file core.h.

◆ precision

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

Definition at line 1899 of file core.h.

◆ precision_ref

template<typename Char >
arg_ref<Char> dynamic_format_specs< Char >::precision_ref

Definition at line 1954 of file core.h.

◆ sign

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

Definition at line 1902 of file core.h.

◆ type

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

Definition at line 1900 of file core.h.

◆ width

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

Definition at line 1898 of file core.h.

◆ width_ref

template<typename Char >
arg_ref<Char> dynamic_format_specs< Char >::width_ref

Definition at line 1953 of file core.h.


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