Public Types | Public Member Functions | Public Attributes | List of all members
arg_formatter< Char > Struct Template Reference

#include <format.h>

Inheritance diagram for arg_formatter< Char >:
Inheritance graph
[legend]

Public Types

using context = buffer_context< Char >
 
using iterator = buffer_appender< 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

locale_ref locale
 
iterator out
 
const basic_format_specs< Char > & specs
 

Detailed Description

template<typename Char>
struct arg_formatter< Char >

Definition at line 1976 of file format.h.

Member Typedef Documentation

◆ context

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

Definition at line 1978 of file format.h.

◆ iterator

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

Definition at line 1977 of file format.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 1985 of file format.h.

◆ operator()() [2/2]

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

◆ locale

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

Definition at line 1982 of file format.h.

◆ out

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

Definition at line 1980 of file format.h.

◆ specs

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:


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:12:54