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

#include <ostream.h>

+ Inheritance diagram for basic_ostream_formatter< Char >:

Public Member Functions

void set_debug_format ()=delete
 
template<typename T , typename OutputIt >
auto format (const T &value, basic_format_context< OutputIt, Char > &ctx) const -> OutputIt
 
- Public Member Functions inherited from formatter< basic_string_view< Char >, Char >
 formatter ()=delete
 

Detailed Description

template<typename Char>
struct basic_ostream_formatter< Char >

Definition at line 107 of file ostream.h.

Member Function Documentation

template<typename Char >
template<typename T , typename OutputIt >
auto basic_ostream_formatter< Char >::format ( const T value,
basic_format_context< OutputIt, Char > &  ctx 
) const -> OutputIt
inline

Definition at line 111 of file ostream.h.

template<typename Char >
void basic_ostream_formatter< Char >::set_debug_format ( )
delete

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