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

#include <core.h>

+ Inheritance diagram for format_specs< Char >:

Public Member Functions

constexpr format_specs ()
 

Public Attributes

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
 

Detailed Description

template<typename Char = char>
struct format_specs< Char >

Definition at line 2060 of file core.h.

Constructor & Destructor Documentation

template<typename Char = char>
constexpr format_specs< Char >::format_specs ( )
inline

Definition at line 2070 of file core.h.

Member Data Documentation

template<typename Char = char>
align_t format_specs< Char >::align

Definition at line 2064 of file core.h.

template<typename Char = char>
bool format_specs< Char >::alt

Definition at line 2066 of file core.h.

template<typename Char = char>
detail::fill_t<Char> format_specs< Char >::fill

Definition at line 2068 of file core.h.

template<typename Char = char>
bool format_specs< Char >::localized

Definition at line 2067 of file core.h.

template<typename Char = char>
int format_specs< Char >::precision

Definition at line 2062 of file core.h.

template<typename Char = char>
sign_t format_specs< Char >::sign

Definition at line 2065 of file core.h.

template<typename Char = char>
presentation_type format_specs< Char >::type

Definition at line 2063 of file core.h.

template<typename Char = char>
int format_specs< Char >::width

Definition at line 2061 of file core.h.


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