HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
formatter< void *, Char > Struct Template Reference

#include <format.h>

+ Inheritance diagram for formatter< void *, Char >:

Public Member Functions

template<typename FormatContext >
auto format (void *val, FormatContext &ctx) const -> decltype(ctx.out())
 
- Public Member Functions inherited from formatter< const void *, Char >
 formatter ()=delete
 

Detailed Description

template<typename Char>
struct formatter< void *, Char >

Definition at line 2371 of file format.h.

Member Function Documentation

template<typename Char >
template<typename FormatContext >
auto formatter< void *, Char >::format ( void val,
FormatContext &  ctx 
) const -> decltype(ctx.out())
inline

Definition at line 2373 of file format.h.


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