TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
fmt::internal::ArgArray< N, false > Struct Template Reference

#include <format.h>

Public Types

typedef Arg Type [N+1]
 

Static Public Member Functions

template<typename Formatter , typename T >
static Arg make (const T &value)
 

Member Typedef Documentation

template<unsigned N>
typedef Arg fmt::internal::ArgArray< N, false >::Type[N+1]

Member Function Documentation

template<unsigned N>
template<typename Formatter , typename T >
static Arg fmt::internal::ArgArray< N, false >::make ( const T &  value)
inlinestatic
1982 { return MakeArg<Formatter>(value); }
const FieldDescriptor value
Definition: descriptor.h:1522
Definition: format.h:1244

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