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

#include <chrono.h>

Public Member Functions

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

Detailed Description

template<typename Rep, typename Period, typename Char>
struct formatter< std::chrono::duration< Rep, Period >, Char >

Definition at line 2048 of file chrono.h.

Member Function Documentation

template<typename Rep , typename Period , typename Char >
template<typename FormatContext >
auto formatter< std::chrono::duration< Rep, Period >, Char >::format ( const duration &  d,
FormatContext &  ctx 
) const -> decltype(ctx.out())
inline

Definition at line 2099 of file chrono.h.

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

Definition at line 2090 of file chrono.h.


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