Livox SDK API  V2.1.0
fmt::v5::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 fmt::v5::formatter< T, Char, typename std::enable_if< internal::is_streamable< T, Char >::value &&!internal::format_type< typename buffer_context< Char >::type, T >::value >::type >:
fmt::v5::formatter< basic_string_view< Char >, Char >

Public Member Functions

template<typename Context >
auto format (const T &value, Context &ctx) -> decltype(ctx.out())
 
- Public Member Functions inherited from fmt::v5::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 fmt::v5::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

template<typename T , typename Char >
template<typename Context >
auto fmt::v5::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.


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