Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
fmt::TypeSpec< TYPE > Struct Template Reference

#include <format.h>

+ Inheritance diagram for fmt::TypeSpec< TYPE >:
+ Collaboration diagram for fmt::TypeSpec< TYPE >:

Public Member Functions

Alignment align () const
 
unsigned width () const
 
int precision () const
 
bool flag (unsigned) const
 
char type () const
 
char type_prefix () const
 
char fill () const
 

Detailed Description

template<char TYPE>
struct fmt::TypeSpec< TYPE >

Definition at line 1808 of file format.h.

Member Function Documentation

◆ align()

template<char TYPE>
Alignment fmt::TypeSpec< TYPE >::align ( ) const
inline

Definition at line 1809 of file format.h.

◆ fill()

template<char TYPE>
char fmt::TypeSpec< TYPE >::fill ( ) const
inline

Definition at line 1815 of file format.h.

◆ flag()

template<char TYPE>
bool fmt::TypeSpec< TYPE >::flag ( unsigned ) const
inline

Definition at line 1812 of file format.h.

◆ precision()

template<char TYPE>
int fmt::TypeSpec< TYPE >::precision ( ) const
inline

Definition at line 1811 of file format.h.

◆ type()

template<char TYPE>
char fmt::TypeSpec< TYPE >::type ( ) const
inline

Definition at line 1813 of file format.h.

◆ type_prefix()

template<char TYPE>
char fmt::TypeSpec< TYPE >::type_prefix ( ) const
inline

Definition at line 1814 of file format.h.

◆ width()

template<char TYPE>
unsigned fmt::TypeSpec< TYPE >::width ( ) const
inline

Definition at line 1810 of file format.h.


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