Stax
Programming language
Loading...
Searching...
No Matches
fmt::formatter< T, char > Struct Template Reference

#include <format.hpp>

Public Member Functions

constexpr auto parse (format_parse_context &ctx)
 
auto format (T const &t, format_context &ctx) const
 
constexpr auto parse (fmt::format_parse_context &ctx)
 
auto format (T const &t, fmt::format_context &ctx) const
 

Member Function Documentation

◆ format() [1/2]

template<formattable_struct T>
auto fmt::formatter< T, char >::format ( T const & t,
fmt::format_context & ctx ) const
inline

◆ format() [2/2]

template<formattable_struct T>
auto fmt::formatter< T, char >::format ( T const & t,
format_context & ctx ) const
inline
Here is the call graph for this function:

◆ parse() [1/2]

template<formattable_struct T>
constexpr auto fmt::formatter< T, char >::parse ( fmt::format_parse_context & ctx)
inlineconstexpr

◆ parse() [2/2]

template<formattable_struct T>
constexpr auto fmt::formatter< T, char >::parse ( format_parse_context & ctx)
inlineconstexpr

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