Flow123d  master-f44eb46
Public Member Functions | Private Attributes | List of all members
fmt::IntFormatSpec< T, SpecT, Char > Class Template Reference

#include <format.h>

Inheritance diagram for fmt::IntFormatSpec< T, SpecT, Char >:
Inheritance graph
[legend]
Collaboration diagram for fmt::IntFormatSpec< T, SpecT, Char >:
Collaboration graph
[legend]

Public Member Functions

 IntFormatSpec (T val, const SpecT &spec=SpecT())
 
value () const
 
- Public Member Functions inherited from fmt::TypeSpec< 0 >
Alignment align () const
 
unsigned width () const
 
int precision () const
 
bool flag (unsigned) const
 
char type () 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 1628 of file format.h.

Constructor & Destructor Documentation

◆ IntFormatSpec()

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

Definition at line 1633 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 1636 of file format.h.

Here is the caller graph for this function:

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 1630 of file format.h.


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