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

#include <chrono.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 formatter< std::tm, Char >

Definition at line 401 of file chrono.h.

Member Function Documentation

◆ format()

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

◆ parse()

template<typename Char >
template<typename ParseContext >
auto parse ( ParseContext & ctx) -> decltype(ctx.begin())

Definition at line 403 of file chrono.h.

References internal::to_unsigned().

Member Data Documentation

◆ tm_format

template<typename Char >
basic_memory_buffer<Char> tm_format

Definition at line 439 of file chrono.h.