NGL  6.5
The NCCA Graphics Library
fmt::internal::ArgArray< N, false > Struct Template Reference

#include <format.h>

+ Collaboration diagram for fmt::internal::ArgArray< N, false >:

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<unsigned N>
struct fmt::internal::ArgArray< N, false >

Definition at line 2127 of file format.h.

Member Typedef Documentation

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

Definition at line 2128 of file format.h.

Member Function Documentation

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

Definition at line 2131 of file format.h.

References fmt::internal::make_type().

+ Here is the call graph for this function:


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