#include <printf.h>
 | 
| template<typename ParseContext >  | 
| auto  | parse (ParseContext &ctx) -> decltype(ctx.begin()) | 
|   | 
| template<typename FormatContext >  | 
| auto  | format (const T &value, FormatContext &ctx) -> decltype(ctx.out()) | 
|   | 
template<typename T>
struct printf_formatter< T >
Definition at line 459 of file printf.h.
 
◆ format()
template<typename T > 
template<typename FormatContext > 
  
  
      
        
          | auto printf_formatter< T >::format  | 
          ( | 
          const T &  | 
          value,  | 
         
        
           | 
           | 
          FormatContext &  | 
          ctx  | 
         
        
           | 
          ) | 
           |  -> decltype(ctx.out())  | 
         
       
   | 
  
inline   | 
  
 
 
◆ parse()
template<typename T > 
template<typename ParseContext > 
  
  
      
        
          | auto printf_formatter< T >::parse  | 
          ( | 
          ParseContext &  | 
          ctx | ) | 
           -> decltype(ctx.begin())  | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this struct was generated from the following file: