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

#include <format.h>

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

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

Definition at line 2109 of file format.h.

Member Typedef Documentation

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

Definition at line 2110 of file format.h.

Member Function Documentation

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

Definition at line 2113 of file format.h.

References fmt::internal::Value::custom, fmt::internal::Value::CustomValue::format, and void().

+ Here is the call graph for this function:


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