Flow123d  release_2.2.0-914-gf1a3a4f
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
 

Detailed Description

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

Definition at line 1568 of file format.h.

Member Function Documentation

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

Definition at line 1569 of file format.h.

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

Definition at line 1574 of file format.h.

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

Definition at line 1572 of file format.h.

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

Definition at line 1571 of file format.h.

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

Definition at line 1573 of file format.h.

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

Definition at line 1570 of file format.h.


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