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

#include <format.h>

+ Inheritance diagram for arg_formatter< Char >:

Public Types

using iterator = buffer_appender< Char >
 
using context = buffer_context< Char >
 

Public Member Functions

template<typename T >
FMT_CONSTEXPR FMT_INLINE auto operator() (T value) -> iterator
 
auto operator() (typename basic_format_arg< context >::handle) -> iterator
 

Public Attributes

iterator out
 
const basic_format_specs< Char > & specs
 
locale_ref locale
 

Detailed Description

template<typename Char>
struct arg_formatter< Char >

Definition at line 1976 of file format.h.

Member Typedef Documentation

template<typename Char >
using arg_formatter< Char >::context = buffer_context<Char>

Definition at line 1978 of file format.h.

template<typename Char >
using arg_formatter< Char >::iterator = buffer_appender<Char>

Definition at line 1977 of file format.h.

Member Function Documentation

template<typename Char >
template<typename T >
FMT_CONSTEXPR FMT_INLINE auto arg_formatter< Char >::operator() ( T  value) -> iterator
inline

Definition at line 1985 of file format.h.

template<typename Char >
auto arg_formatter< Char >::operator() ( typename basic_format_arg< context >::handle  ) -> iterator
inline

Definition at line 1988 of file format.h.

Member Data Documentation

template<typename Char >
locale_ref arg_formatter< Char >::locale

Definition at line 1982 of file format.h.

template<typename Char >
iterator arg_formatter< Char >::out

Definition at line 1980 of file format.h.

template<typename Char >
const basic_format_specs<Char>& arg_formatter< Char >::specs

Definition at line 1981 of file format.h.


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