template<typename Char>
struct formatter< void *, Char >
Definition at line 2374 of file format.h.
#include <format.h>
|
| template<typename FormatContext > |
| auto | format (void *val, FormatContext &ctx) const -> decltype(ctx.out()) |
| |
◆ format()
template<typename Char >
template<typename FormatContext >
| auto formatter< void *, Char >::format |
( |
void * |
val, |
|
|
FormatContext & |
ctx |
|
) |
| const -> decltype(ctx.out()) |
|
inline |
The documentation for this struct was generated from the following file: