Livox SDK API  V1.1.0
fmt::v5::formatter< std::chrono::duration< Rep, Period >, Char > Struct Template Reference

#include <chrono.h>

Public Member Functions

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

Detailed Description

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

Definition at line 372 of file chrono.h.

Constructor & Destructor Documentation

◆ formatter()

template<typename Rep , typename Period , typename Char >
fmt::v5::formatter< std::chrono::duration< Rep, Period >, Char >::formatter ( )
inline

Definition at line 407 of file chrono.h.

Member Function Documentation

◆ format()

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

Definition at line 423 of file chrono.h.

◆ parse()

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

Definition at line 409 of file chrono.h.


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