WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value !=detail::type::custom_type > > Struct Template Reference

#include <fmt/base.h>

Inheritance diagram for formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value !=detail::type::custom_type > >:
detail::native_formatter< T, Char, detail::type_constant< T, Char >::value >

Additional Inherited Members

- Public Types inherited from detail::native_formatter< T, Char, detail::type_constant< T, Char >::value >
using nonlocking
 
- Public Member Functions inherited from detail::native_formatter< T, Char, detail::type_constant< T, Char >::value >
FMT_CONSTEXPR auto parse (parse_context< Char > &ctx) -> const Char *
 
FMT_CONSTEXPR void set_debug_format (bool set=true)
 
FMT_CONSTEXPR auto format (const T &val, FormatContext &ctx) const -> decltype(ctx.out())
 

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