#include <fmt.h>
|
template<typename ParseContext > |
constexpr auto | parse (ParseContext &ctx) -> decltype(ctx.begin()) |
|
template<typename FormatContext > |
auto | format (const std::any &value, FormatContext &ctx) -> decltype(ctx.out()) |
|
◆ format()
template<typename FormatContext >
auto fmt::formatter< std::any >::format |
( |
const std::any & |
value, |
|
|
FormatContext & |
ctx |
|
) |
| -> decltype(ctx.out()) |
|
inline |
◆ parse()
template<typename ParseContext >
constexpr auto fmt::formatter< std::any >::parse |
( |
ParseContext & |
ctx | ) |
-> decltype(ctx.begin()) |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: