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) -> decltype(ctx.begin())
 
template<typename FormatContext >
FMT_CONSTEXPR auto format (const T &val, FormatContext &ctx) const -> decltype(ctx.out())
 
template<typename FormatContext >
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 2752 of file core.h.

Member Function Documentation

template<typename T , typename Char >
template<typename FormatContext >
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 2334 of file format.h.

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 ParseContext >
FMT_CONSTEXPR auto formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value!=detail::type::custom_type > >::parse ( ParseContext &  ctx) -> decltype(ctx.begin())
inline

Definition at line 2762 of file core.h.


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