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

#include <format.h>

Public Member Functions

template<typename T , FMT_ENABLE_IF(is_integer< T >::value) >
auto operator() (T value) -> bool
 
template<typename T , FMT_ENABLE_IF(!is_integer< T >::value) >
auto operator() (T) -> bool
 

Public Attributes

buffer_appender< Char > out
 
const format_specs< Char > & specs
 
std::basic_string< Char > sep
 
std::string grouping
 
std::basic_string< Char > decimal_point
 

Detailed Description

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

Definition at line 2273 of file format.h.

Member Function Documentation

template<typename Char = char>
template<typename T , FMT_ENABLE_IF(is_integer< T >::value) >
auto loc_writer< Char >::operator() ( T  value) -> bool
inline

Definition at line 2281 of file format.h.

template<typename Char = char>
template<typename T , FMT_ENABLE_IF(!is_integer< T >::value) >
auto loc_writer< Char >::operator() ( T  ) -> bool
inline

Definition at line 2289 of file format.h.

Member Data Documentation

template<typename Char = char>
std::basic_string<Char> loc_writer< Char >::decimal_point

Definition at line 2278 of file format.h.

template<typename Char = char>
std::string loc_writer< Char >::grouping

Definition at line 2277 of file format.h.

template<typename Char = char>
buffer_appender<Char> loc_writer< Char >::out

Definition at line 2274 of file format.h.

template<typename Char = char>
std::basic_string<Char> loc_writer< Char >::sep

Definition at line 2276 of file format.h.

template<typename Char = char>
const format_specs<Char>& loc_writer< Char >::specs

Definition at line 2275 of file format.h.


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