AsmGrader 0.0.0
Loading...
Searching...
No Matches
fmt::formatter< T > Struct Template Reference

Formatter specialization for anything supported by FormatterImpl. More...

#include <generic_impl.hpp>

Inheritance diagram for fmt::formatter< T >:
[legend]

Public Member Functions

constexpr auto format (const T &from, fmt::format_context &ctx) const
 
- Public Member Functions inherited from asmgrader::DebugFormatter
constexpr auto parse (fmt::format_parse_context &ctx)
 

Additional Inherited Members

- Public Attributes inherited from asmgrader::DebugFormatter
bool is_debug_format = false
 

Detailed Description

template<typename T>
requires requires { ::asmgrader::detail::FormatterImpl<T>(); }
struct fmt::formatter< T >

Formatter specialization for anything supported by FormatterImpl.

Member Function Documentation

◆ format()

template<typename T >
auto fmt::formatter< T >::format ( const T & from,
fmt::format_context & ctx ) const
inlineconstexpr

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