Flow123d  release_2.2.0-914-gf1a3a4f
Public Types | Static Public Member Functions | List of all members
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<unsigned N>
struct fmt::internal::ArgArray< N, false >

Definition at line 2092 of file format.h.

Member Typedef Documentation

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

Definition at line 2093 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 2096 of file format.h.


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