![]() |
Ark Server API (ASA) - Wiki
|
#include <format.h>
Inheritance diagram for fmt::IntFormatSpec< T, SpecT, Char >:
Collaboration diagram for fmt::IntFormatSpec< T, SpecT, Char >:Public Member Functions | |
| IntFormatSpec (T val, const SpecT &spec=SpecT()) | |
| T | value () const |
Public Member Functions inherited from fmt::TypeSpec< TYPE > | |
| Alignment | align () const |
| unsigned | width () const |
| int | precision () const |
| bool | flag (unsigned) const |
| char | type () const |
| char | type_prefix () const |
| char | fill () const |
Private Attributes | |
| T | value_ |
|
inline |
|
private |