WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
formatter< T, Char, typename std::enable_if< internal::is_streamable< T, Char >::value &&!internal::format_type< typename buffer_context< Char >::type, T >::value >::type > Struct Template Reference

#include <ostream.h>

Inheritance diagram for formatter< T, Char, typename std::enable_if< internal::is_streamable< T, Char >::value &&!internal::format_type< typename buffer_context< Char >::type, T >::value >::type >:
Collaboration diagram for formatter< T, Char, typename std::enable_if< internal::is_streamable< T, Char >::value &&!internal::format_type< typename buffer_context< Char >::type, T >::value >::type >:

Public Member Functions

template<typename Context >
auto format (const T &value, Context &ctx) -> decltype(ctx.out())
 
- Public Member Functions inherited from formatter< basic_string_view< Char >, Char >
ParseContext::iterator parse (ParseContext &)
 
auto format (const basic_string_view< Char > &val, FormatContext &ctx) -> decltype(ctx.out())
 

Detailed Description

template<typename T, typename Char>
struct formatter< T, Char, typename std::enable_if< internal::is_streamable< T, Char >::value &&!internal::format_type< typename buffer_context< Char >::type, T >::value >::type >

Definition at line 111 of file ostream.h.

Member Function Documentation

◆ format()

template<typename T , typename Char >
template<typename Context >
auto formatter< T, Char, typename std::enable_if< internal::is_streamable< T, Char >::value &&!internal::format_type< typename buffer_context< Char >::type, T >::value >::type >::format ( const T &  value,
Context &  ctx 
) -> decltype(ctx.out())
inline

Definition at line 119 of file ostream.h.

Here is the call graph for this function:

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