Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
fmt::AlignSpec Struct Reference

#include <format.h>

+ Inheritance diagram for fmt::AlignSpec:
+ Collaboration diagram for fmt::AlignSpec:

Public Member Functions

 AlignSpec (unsigned width, wchar_t fill, Alignment align=ALIGN_DEFAULT)
 
Alignment align () const
 
int precision () const
 
- Public Member Functions inherited from fmt::WidthSpec
 WidthSpec (unsigned width, wchar_t fill)
 
unsigned width () const
 
wchar_t fill () const
 

Public Attributes

Alignment align_
 
- Public Attributes inherited from fmt::WidthSpec
unsigned width_
 
wchar_t fill_
 

Detailed Description

Definition at line 1832 of file format.h.

Constructor & Destructor Documentation

◆ AlignSpec()

fmt::AlignSpec::AlignSpec ( unsigned width,
wchar_t fill,
Alignment align = ALIGN_DEFAULT )
inline

Definition at line 1835 of file format.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Function Documentation

◆ align()

Alignment fmt::AlignSpec::align ( ) const
inline

Definition at line 1838 of file format.h.

◆ precision()

int fmt::AlignSpec::precision ( ) const
inline

Definition at line 1840 of file format.h.

Member Data Documentation

◆ align_

Alignment fmt::AlignSpec::align_

Definition at line 1833 of file format.h.


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