Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
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)
 

Detailed Description

template<std::size_t N>
struct fmt::internal::ArgArray< N, false >

Definition at line 2391 of file format.h.

Member Typedef Documentation

◆ Type

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

Definition at line 2392 of file format.h.

Member Function Documentation

◆ make()

template<std::size_t N>
template<typename Formatter , typename T >
static Arg fmt::internal::ArgArray< N, false >::make ( const T & value)
inlinestatic

Definition at line 2395 of file format.h.


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