Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
fmt::WidthSpec Struct Reference

#include <format.h>

Inheritance diagram for fmt::WidthSpec:
Inheritance graph
[legend]

Public Member Functions

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

Public Attributes

unsigned width_
 
wchar_t fill_
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

wchar_t fmt::WidthSpec::fill_
unsigned fmt::WidthSpec::width_

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