NGL  6.5
The NCCA Graphics Library
fmt::internal::Value::StringValue< Char > Struct Template Reference

#include <format.h>

+ Inheritance diagram for fmt::internal::Value::StringValue< Char >:
+ Collaboration diagram for fmt::internal::Value::StringValue< Char >:

Public Attributes

const Char * value
 
std::size_t size
 

Detailed Description

template<typename Char>
struct fmt::internal::Value::StringValue< Char >

Definition at line 998 of file format.h.

Member Data Documentation

template<typename Char>
std::size_t fmt::internal::Value::StringValue< Char >::size

Definition at line 1000 of file format.h.

template<typename Char>
const Char* fmt::internal::Value::StringValue< Char >::value

Definition at line 999 of file format.h.


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