WPILibC++ 2024.3.2
detail::dynamic_format_specs< Char > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/core.h>

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

Public Attributes

arg_ref< Char > width_ref
 
arg_ref< Char > precision_ref
 
- Public Attributes inherited from format_specs< char >
int width
 
int precision
 
presentation_type type
 
align_t align
 
sign_t sign
 
bool alt
 
bool localized
 
detail::fill_t< char > fill
 

Additional Inherited Members

- Public Member Functions inherited from format_specs< char >
constexpr format_specs ()
 

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: