SoPlex Documentation
Loading...
Searching...
No Matches
formatter< std::chrono::time_point< std::chrono::system_clock >, Char > Struct Template Reference

#include <chrono.h>

Inheritance diagram for formatter< std::chrono::time_point< std::chrono::system_clock >, Char >:
formatter< std::tm, Char >

Public Member Functions

template<typename FormatContext >
auto format (std::chrono::time_point< std::chrono::system_clock > val, FormatContext &ctx) -> decltype(ctx.out())
 
- Public Member Functions inherited from formatter< std::tm, Char >
template<typename ParseContext >
auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
auto format (const std::tm &tm, FormatContext &ctx) -> decltype(ctx.out())
 

Additional Inherited Members

- Public Attributes inherited from formatter< std::tm, Char >
basic_memory_buffer< Char > tm_format
 

Detailed Description

template<typename Char>
struct formatter< std::chrono::time_point< std::chrono::system_clock >, Char >

Definition at line 387 of file chrono.h.

Member Function Documentation

◆ format()

template<typename Char >
template<typename FormatContext >
auto format ( std::chrono::time_point< std::chrono::system_clock > val,
FormatContext & ctx ) -> decltype(ctx.out())

Definition at line 390 of file chrono.h.

References localtime().