Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
fmt::internal::ArgArray< N, true > Struct Template Reference

#include <format.h>

Public Types

typedef Value Type[N > 0 ? N :+1]
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 2372 of file format.h.

Member Typedef Documentation

◆ Type

template<std::size_t N>
typedef Value fmt::internal::ArgArray< N, true >::Type[N > 0 ? N :+1]

Definition at line 2374 of file format.h.

Member Function Documentation

◆ make()

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

Definition at line 2377 of file format.h.


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