Livox SDK API  V2.2.0
fmt::v5::formatter< std::tm, Char > Struct Template Reference

#include <time.h>

Public Member Functions

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

Public Attributes

basic_memory_buffer< Char > tm_format
 

Detailed Description

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

Definition at line 116 of file time.h.

Member Function Documentation

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

Definition at line 132 of file time.h.

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

Definition at line 118 of file time.h.

Member Data Documentation

template<typename Char >
basic_memory_buffer<Char> fmt::v5::formatter< std::tm, Char >::tm_format

Definition at line 156 of file time.h.


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