Public Member Functions | Private Attributes | List of all members
nested_formatter< T > Struct Template Reference

#include <format.h>

Public Member Functions

auto nested (const T &value) const -> nested_view< T >
 
constexpr nested_formatter ()
 
FMT_CONSTEXPR auto parse (format_parse_context &ctx) -> const char *
 
template<typename F >
auto write_padded (format_context &ctx, F write) const -> decltype(ctx.out())
 

Private Attributes

align_t align_: 4
 
detail::fill_t< char > fill_
 
formatter< T > formatter_
 
int width_
 

Detailed Description

template<typename T>
struct nested_formatter< T >

Definition at line 4190 of file format.h.

Constructor & Destructor Documentation

◆ nested_formatter()

template<typename T >
constexpr nested_formatter< T >::nested_formatter ( )
inlineconstexpr

Definition at line 4198 of file format.h.

Member Function Documentation

◆ nested()

template<typename T >
auto nested_formatter< T >::nested ( const T &  value) const -> nested_view<T>
inline

Definition at line 4223 of file format.h.

◆ parse()

template<typename T >
FMT_CONSTEXPR auto nested_formatter< T >::parse ( format_parse_context ctx) -> const char*
inline

Definition at line 4200 of file format.h.

◆ write_padded()

template<typename T >
template<typename F >
auto nested_formatter< T >::write_padded ( format_context ctx,
write 
) const -> decltype(ctx.out())
inline

Definition at line 4212 of file format.h.

Member Data Documentation

◆ align_

template<typename T >
align_t nested_formatter< T >::align_
private

Definition at line 4194 of file format.h.

◆ fill_

template<typename T >
detail::fill_t<char> nested_formatter< T >::fill_
private

Definition at line 4193 of file format.h.

◆ formatter_

template<typename T >
formatter<T> nested_formatter< T >::formatter_
private

Definition at line 4195 of file format.h.

◆ width_

template<typename T >
int nested_formatter< T >::width_
private

Definition at line 4192 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:29