Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
fmt::IntFormatSpec< T, SpecT, Char > Class Template Reference

#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())
 
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

value_
 

Detailed Description

template<typename T, typename SpecT = TypeSpec<0>, typename Char = char>
class fmt::IntFormatSpec< T, SpecT, Char >

Definition at line 1871 of file format.h.

Constructor & Destructor Documentation

◆ IntFormatSpec()

template<typename T , typename SpecT = TypeSpec<0>, typename Char = char>
fmt::IntFormatSpec< T, SpecT, Char >::IntFormatSpec ( T val,
const SpecT & spec = SpecT() )
inline

Definition at line 1876 of file format.h.

Member Function Documentation

◆ value()

template<typename T , typename SpecT = TypeSpec<0>, typename Char = char>
T fmt::IntFormatSpec< T, SpecT, Char >::value ( ) const
inline

Definition at line 1879 of file format.h.

Member Data Documentation

◆ value_

template<typename T , typename SpecT = TypeSpec<0>, typename Char = char>
T fmt::IntFormatSpec< T, SpecT, Char >::value_
private

Definition at line 1873 of file format.h.


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