TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
fmt::AlignTypeSpec< TYPE > Struct Template Reference

#include <format.h>

Public Member Functions

 AlignTypeSpec (unsigned width, wchar_t fill)
 
bool flag (unsigned) const
 
char type () const
 
- Public Member Functions inherited from fmt::AlignSpec
 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
 

Additional Inherited Members

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

Constructor & Destructor Documentation

template<char TYPE>
fmt::AlignTypeSpec< TYPE >::AlignTypeSpec ( unsigned  width,
wchar_t  fill 
)
inline
1511 : AlignSpec(width, fill) {}
wchar_t fill() const
Definition: format.h:1493
AlignSpec(unsigned width, wchar_t fill, Alignment align=ALIGN_DEFAULT)
Definition: format.h:1500
unsigned width() const
Definition: format.h:1492

Member Function Documentation

template<char TYPE>
bool fmt::AlignTypeSpec< TYPE >::flag ( unsigned  ) const
inline
1513 { return false; }
template<char TYPE>
char fmt::AlignTypeSpec< TYPE >::type ( ) const
inline
1514 { return TYPE; }
Definition: inflate.h:32

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