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

Detailed Description

template<typename Char>
struct basic_format_specs< Char >

Definition at line 1897 of file core.h.

#include <core.h>

Inheritance diagram for basic_format_specs< Char >:
[legend]

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
 
bool localized: 1
 
detail::fill_t< Char > fill
 

Constructor & Destructor Documentation

◆ basic_format_specs()

template<typename Char >
constexpr basic_format_specs< Char >::basic_format_specs ( )
inlineconstexpr

Definition at line 1907 of file core.h.

Member Data Documentation

◆ align

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

Definition at line 1901 of file core.h.

◆ alt

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

Definition at line 1903 of file core.h.

◆ fill

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

Definition at line 1905 of file core.h.

◆ localized

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

Definition at line 1904 of file core.h.

◆ precision

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

Definition at line 1899 of file core.h.

◆ sign

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

Definition at line 1902 of file core.h.

◆ type

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

Definition at line 1900 of file core.h.

◆ width

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

Definition at line 1898 of file core.h.


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