HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
detail::dynamic_format_specs< Char > Struct Template Reference

#include <core.h>

+ Inheritance diagram for detail::dynamic_format_specs< Char >:

Public Attributes

arg_ref< Char > width_ref
 
arg_ref< Char > precision_ref
 
- Public Attributes inherited from 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 format_specs< Char >
constexpr format_specs ()
 

Detailed Description

template<typename Char = char>
struct detail::dynamic_format_specs< Char >

Definition at line 2113 of file core.h.

Member Data Documentation

template<typename Char = char>
arg_ref<Char> detail::dynamic_format_specs< Char >::precision_ref

Definition at line 2115 of file core.h.

template<typename Char = char>
arg_ref<Char> detail::dynamic_format_specs< Char >::width_ref

Definition at line 2114 of file core.h.


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