Flow123d  release_2.2.0-914-gf1a3a4f
Public Attributes | List of all members
fmt::internal::Value::StringValue< Char > Struct Template Reference

#include <format.h>

Collaboration diagram for fmt::internal::Value::StringValue< Char >:
Collaboration graph
[legend]

Public Attributes

const Char * value
 
std::size_t size
 

Detailed Description

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

Definition at line 994 of file format.h.

Member Data Documentation

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

Definition at line 996 of file format.h.

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

Definition at line 995 of file format.h.


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