#include <fmt/std.h>
|
FMT_CONSTEXPR auto | parse (parse_context< Char > &ctx) -> const Char * |
|
template<typename FormatContext > |
auto | format (const std::complex< T > &c, FormatContext &ctx) const -> decltype(ctx.out()) |
|
◆ format()
template<typename T , typename Char >
template<typename FormatContext >
auto formatter< std::complex< T >, Char >::format |
( |
const std::complex< T > & | c, |
|
|
FormatContext & | ctx ) const -> decltype(ctx.out()) |
|
inline |
◆ parse()
template<typename T , typename Char >
The documentation for this struct was generated from the following file: