TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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) {}
uint64_t type
Definition: format.h:1994
template<typename T >
fmt::internal::ArgType::ArgType ( const T &  arg)
inline
1999 : type(make_type(arg)) {}
uint64_t make_type()
Definition: format.h:1953
uint64_t type
Definition: format.h:1994
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: