WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
detail::dynamic_format_specs< Char > Struct Template Reference

#include <fmt/base.h>

Inheritance diagram for detail::dynamic_format_specs< Char >:
format_specs basic_specs

Public Attributes

arg_ref< Char > width_ref
 
arg_ref< Char > precision_ref
 
- Public Attributes inherited from format_specs
int width
 
int precision
 

Additional Inherited Members

- Public Member Functions inherited from format_specs
constexpr format_specs ()
 
- Public Member Functions inherited from basic_specs
constexpr auto type () const -> presentation_type
 
FMT_CONSTEXPR void set_type (presentation_type t)
 
constexpr auto align () const -> align
 
FMT_CONSTEXPR void set_align (fmt::align a)
 
constexpr auto dynamic_width () const -> arg_id_kind
 
FMT_CONSTEXPR void set_dynamic_width (arg_id_kind w)
 
FMT_CONSTEXPR auto dynamic_precision () const -> arg_id_kind
 
FMT_CONSTEXPR void set_dynamic_precision (arg_id_kind p)
 
constexpr bool dynamic () const
 
constexpr auto sign () const -> sign
 
FMT_CONSTEXPR void set_sign (fmt::sign s)
 
constexpr auto upper () const -> bool
 
FMT_CONSTEXPR void set_upper ()
 
constexpr auto alt () const -> bool
 
FMT_CONSTEXPR void set_alt ()
 
FMT_CONSTEXPR void clear_alt ()
 
constexpr auto localized () const -> bool
 
FMT_CONSTEXPR void set_localized ()
 
constexpr auto fill_size () const -> size_t
 
template<typename Char , FMT_ENABLE_IF(std::is_same< Char, char >::value) >
constexpr auto fill () const -> const Char *
 
template<typename Char , FMT_ENABLE_IF(!std::is_same< Char, char >::value) >
constexpr auto fill () const -> const Char *
 
template<typename Char >
constexpr auto fill_unit () const -> Char
 
FMT_CONSTEXPR void set_fill (char c)
 
template<typename Char >
FMT_CONSTEXPR void set_fill (basic_string_view< Char > s)
 

Member Data Documentation

◆ precision_ref

template<typename Char = char>
arg_ref<Char> detail::dynamic_format_specs< Char >::precision_ref

◆ width_ref

template<typename Char = char>
arg_ref<Char> detail::dynamic_format_specs< Char >::width_ref

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