WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
formatter< std::chrono::duration< Rep, Period >, Char > Struct Template Reference

#include <fmt/chrono.h>

Public Member Functions

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

Member Function Documentation

◆ format()

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

◆ parse()

template<typename Rep , typename Period , typename Char >
FMT_CONSTEXPR auto formatter< std::chrono::duration< Rep, Period >, Char >::parse ( parse_context< Char > & ctx) -> const Char*
inline

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