HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value!=detail::type::custom_type > > Struct Template Reference

#include <core.h>

Public Member Functions

template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> const Char *
 
template<detail::type U = detail::type_constant<T, Char>::value, FMT_ENABLE_IF(U==detail::type::string_type||U==detail::type::cstring_type||U==detail::type::char_type) >
FMT_CONSTEXPR void set_debug_format (bool set=true)
 
template<typename FormatContext >
FMT_CONSTEXPR auto format (const T &val, FormatContext &ctx) const -> decltype(ctx.out())
 
template<typename FormatContext >
FMT_END_EXPORT FMT_CONSTEXPR
FMT_INLINE auto 
format (const T &val, FormatContext &ctx) const -> decltype(ctx.out())
 

Detailed Description

template<typename T, typename Char>
struct formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value!=detail::type::custom_type > >

Definition at line 2695 of file core.h.

Member Function Documentation

template<typename T , typename Char >
template<typename FormatContext >
FMT_CONSTEXPR auto formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value!=detail::type::custom_type > >::format ( const T val,
FormatContext &  ctx 
) const -> decltype(ctx.out())
template<typename T , typename Char >
template<typename FormatContext >
FMT_END_EXPORT FMT_CONSTEXPR FMT_INLINE auto formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value!=detail::type::custom_type > >::format ( const T val,
FormatContext &  ctx 
) const -> decltype(ctx.out())

Definition at line 4711 of file format.h.

template<typename T , typename Char >
template<typename ParseContext >
FMT_CONSTEXPR auto formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value!=detail::type::custom_type > >::parse ( ParseContext &  ctx) -> const Char*
inline

Definition at line 2703 of file core.h.

template<typename T , typename Char >
template<detail::type U = detail::type_constant<T, Char>::value, FMT_ENABLE_IF(U==detail::type::string_type||U==detail::type::cstring_type||U==detail::type::char_type) >
FMT_CONSTEXPR void formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value!=detail::type::custom_type > >::set_debug_format ( bool  set = true)
inline

Definition at line 2715 of file core.h.


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