TrinityCore
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Public Member Functions
|
Private Attributes
|
List of all members
fmt::IntFormatSpec< T, SpecT, Char > Class Template Reference
#include <
format.h
>
Public Member Functions
IntFormatSpec
(T val,
const
SpecT &spec=SpecT())
T
value
()
const
Private Attributes
T
value_
Constructor & Destructor Documentation
template<typename T , typename SpecT = TypeSpec<0>, typename Char = char>
fmt::IntFormatSpec
< T, SpecT,
Char
>::
IntFormatSpec
(
T
val
,
const
SpecT &
spec
=
SpecT()
)
inline
1540
: SpecT(spec),
value_
(val) {}
fmt::IntFormatSpec::value_
T value_
Definition:
format.h:1536
Member Function Documentation
template<typename T , typename SpecT = TypeSpec<0>, typename Char = char>
T
fmt::IntFormatSpec
< T, SpecT,
Char
>::value
(
)
const
inline
1542
{
return
value_
; }
fmt::IntFormatSpec::value_
T value_
Definition:
format.h:1536
Member Data Documentation
template<typename T , typename SpecT = TypeSpec<0>, typename Char = char>
T
fmt::IntFormatSpec
< T, SpecT,
Char
>::value_
private
The documentation for this class was generated from the following file:
dep/cppformat/cppformat/
format.h
Generated on Tue Apr 5 2016 20:35:16 for TrinityCore by
1.8.8