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
|
Public Attributes
|
List of all members
fmt::internal::ArgType Struct Reference
#include <
format.h
>
Public Member Functions
ArgType
()
template<typename T >
ArgType
(
const
T &
arg
)
Public Attributes
uint64_t
type
Constructor & Destructor Documentation
fmt::internal::ArgType::ArgType
(
)
inline
1996
:
type
(0) {}
fmt::internal::ArgType::type
uint64_t type
Definition:
format.h:1994
template<typename T >
fmt::internal::ArgType::ArgType
(
const
T &
arg
)
inline
1999
:
type
(
make_type
(
arg
)) {}
fmt::internal::make_type
uint64_t make_type()
Definition:
format.h:1953
fmt::internal::ArgType::type
uint64_t type
Definition:
format.h:1994
fmt::arg
internal::NamedArg< char > arg(StringRef name, const T &arg)
Definition:
format.h:3248
Member Data Documentation
uint64_t
fmt::internal::ArgType::type
The documentation for this struct was generated from the following file:
dep/cppformat/cppformat/
format.h
Generated on Tue Apr 5 2016 20:35:17 for TrinityCore by
1.8.8