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

#include <chrono.h>

+ Inheritance diagram for formatter< std::tm, Char >:

Public Member Functions

FMT_CONSTEXPR auto parse (basic_format_parse_context< Char > &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
auto format (const std::tm &tm, FormatContext &ctx) const -> decltype(ctx.out())
 

Protected Member Functions

FMT_CONSTEXPR auto do_parse (basic_format_parse_context< Char > &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext , typename Duration >
auto do_format (const std::tm &tm, FormatContext &ctx, const Duration *subsecs) const -> decltype(ctx.out())
 

Protected Attributes

basic_string_view< Char > format_str
 

Detailed Description

template<typename Char>
struct formatter< std::tm, Char >

Definition at line 2208 of file chrono.h.

Member Function Documentation

template<typename Char >
template<typename FormatContext , typename Duration >
auto formatter< std::tm, Char >::do_format ( const std::tm &  tm,
FormatContext &  ctx,
const Duration *  subsecs 
) const -> decltype(ctx.out())
inlineprotected

Definition at line 2234 of file chrono.h.

template<typename Char >
FMT_CONSTEXPR auto formatter< std::tm, Char >::do_parse ( basic_format_parse_context< Char > &  ctx) -> decltype(ctx.begin())
inlineprotected

Definition at line 2216 of file chrono.h.

template<typename Char >
template<typename FormatContext >
auto formatter< std::tm, Char >::format ( const std::tm &  tm,
FormatContext &  ctx 
) const -> decltype(ctx.out())
inline

Definition at line 2258 of file chrono.h.

template<typename Char >
FMT_CONSTEXPR auto formatter< std::tm, Char >::parse ( basic_format_parse_context< Char > &  ctx) -> decltype(ctx.begin())
inline

Definition at line 2252 of file chrono.h.

Member Data Documentation

template<typename Char >
basic_string_view<Char> formatter< std::tm, Char >::format_str
protected

Definition at line 2214 of file chrono.h.


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