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

#include <format.h>

Public Types

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

Public Member Functions

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

Public Attributes

basic_format_args< contextargs
 
locale_ref loc
 
iterator out
 

Detailed Description

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

Definition at line 3767 of file format.h.

Member Typedef Documentation

◆ context

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

Definition at line 3769 of file format.h.

◆ iterator

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

Definition at line 3768 of file format.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 3775 of file format.h.

◆ operator()() [2/2]

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

Definition at line 3778 of file format.h.

Member Data Documentation

◆ args

template<typename Char >
basic_format_args<context> detail::default_arg_formatter< Char >::args

Definition at line 3772 of file format.h.

◆ loc

template<typename Char >
locale_ref detail::default_arg_formatter< Char >::loc

Definition at line 3773 of file format.h.

◆ out

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

Definition at line 3771 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