HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
formatter< detail::streamed_view< T >, Char > Struct Template Reference

#include <ostream.h>

+ Inheritance diagram for formatter< detail::streamed_view< T >, Char >:

Public Member Functions

template<typename OutputIt >
auto format (detail::streamed_view< T > view, basic_format_context< OutputIt, Char > &ctx) const -> OutputIt
 
- Public Member Functions inherited from basic_ostream_formatter< Char >
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 T, typename Char>
struct formatter< detail::streamed_view< T >, Char >

Definition at line 123 of file ostream.h.

Member Function Documentation

template<typename T , typename Char >
template<typename OutputIt >
auto formatter< detail::streamed_view< T >, Char >::format ( detail::streamed_view< T view,
basic_format_context< OutputIt, Char > &  ctx 
) const -> OutputIt
inline

Definition at line 126 of file ostream.h.


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