Agora  1.2.0
Agora project
fmt::v8::detail::dynamic_format_specs< Char > Struct Template Reference

#include <core.h>

Inheritance diagram for fmt::v8::detail::dynamic_format_specs< Char >:
Collaboration diagram for fmt::v8::detail::dynamic_format_specs< Char >:

Public Attributes

arg_ref< Char > width_ref
 
arg_ref< Char > precision_ref
 
- Public Attributes inherited from fmt::v8::basic_format_specs< Char >
int width
 
int precision
 
presentation_type type
 
align_t align: 4
 
sign_t sign: 3
 
bool alt: 1
 
bool localized: 1
 
detail::fill_t< Char > fill
 

Additional Inherited Members

- Public Member Functions inherited from fmt::v8::basic_format_specs< Char >
constexpr basic_format_specs ()
 

Member Data Documentation

◆ precision_ref

template<typename Char >
arg_ref<Char> fmt::v8::detail::dynamic_format_specs< Char >::precision_ref

◆ width_ref

template<typename Char >
arg_ref<Char> fmt::v8::detail::dynamic_format_specs< Char >::width_ref

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