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

#include <format.h>

+ Inheritance diagram for fmt::WidthSpec:

Public Member Functions

 WidthSpec (unsigned width, wchar_t fill)
 
unsigned width () const
 
wchar_t fill () const
 

Public Attributes

unsigned width_
 
wchar_t fill_
 

Detailed Description

Definition at line 1819 of file format.h.

Constructor & Destructor Documentation

◆ WidthSpec()

fmt::WidthSpec::WidthSpec ( unsigned width,
wchar_t fill )
inline

Definition at line 1825 of file format.h.

+ Here is the caller graph for this function:

Member Function Documentation

◆ fill()

wchar_t fmt::WidthSpec::fill ( ) const
inline

Definition at line 1828 of file format.h.

◆ width()

unsigned fmt::WidthSpec::width ( ) const
inline

Definition at line 1827 of file format.h.

Member Data Documentation

◆ fill_

wchar_t fmt::WidthSpec::fill_

Definition at line 1823 of file format.h.

◆ width_

unsigned fmt::WidthSpec::width_

Definition at line 1820 of file format.h.


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