Pyrogenesis  trunk
Public Member Functions | List of all members
fmt::TypeSpec< TYPE > Struct Template Reference

#include <format.h>

Inheritance diagram for fmt::TypeSpec< TYPE >:
Inheritance graph
[legend]
Collaboration diagram for fmt::TypeSpec< TYPE >:
Collaboration graph
[legend]

Public Member Functions

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

Member Function Documentation

template<char TYPE>
Alignment fmt::TypeSpec< TYPE >::align ( ) const
inline
template<char TYPE>
char fmt::TypeSpec< TYPE >::fill ( ) const
inline
template<char TYPE>
bool fmt::TypeSpec< TYPE >::flag ( unsigned  ) const
inline
template<char TYPE>
int fmt::TypeSpec< TYPE >::precision ( ) const
inline
template<char TYPE>
char fmt::TypeSpec< TYPE >::type ( ) const
inline
template<char TYPE>
unsigned fmt::TypeSpec< TYPE >::width ( ) const
inline

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