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

#include <format.h>

Inheritance diagram for detail::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 format_specs< Char > & specs
 

Detailed Description

template<typename Char>
struct detail::arg_formatter< Char >

Definition at line 3786 of file format.h.

Member Typedef Documentation

◆ context

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

Definition at line 3788 of file format.h.

◆ iterator

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

Definition at line 3787 of file format.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 3795 of file format.h.

◆ operator()() [2/2]

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

Definition at line 3798 of file format.h.

Member Data Documentation

◆ locale

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

Definition at line 3792 of file format.h.

◆ out

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

Definition at line 3790 of file format.h.

◆ specs

template<typename Char >
const format_specs<Char>& detail::arg_formatter< Char >::specs

Definition at line 3791 of file format.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:30