NGL  6.5
The NCCA Graphics Library
fmt::internal::ArgType Struct Reference

#include <format.h>

+ Collaboration diagram for fmt::internal::ArgType:

Public Member Functions

 ArgType ()
 
template<typename T >
 ArgType (const T &arg)
 

Public Attributes

uint64_t type
 

Detailed Description

Definition at line 2142 of file format.h.

Constructor & Destructor Documentation

fmt::internal::ArgType::ArgType ( )
inline

Definition at line 2145 of file format.h.

template<typename T >
fmt::internal::ArgType::ArgType ( const T &  arg)
inline

Definition at line 2148 of file format.h.

Member Data Documentation

uint64_t fmt::internal::ArgType::type

Definition at line 2143 of file format.h.


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