#include <chrono.h>
Public Types | |
using | char_type = typename FormatContext::char_type |
using | milliseconds = std::chrono::duration< rep, std::milli > |
using | rep = conditional_t< std::is_integral< Rep >::value &&sizeof(Rep)< sizeof(int), unsigned, typename make_unsigned_or_unchanged< Rep >::type > |
using | seconds = std::chrono::duration< rep > |
Public Attributes | |
FormatContext & | context |
bool | negative |
OutputIt | out |
int | precision |
seconds | s |
rep | val |
using detail::chrono_formatter< FormatContext, OutputIt, Rep, Period >::char_type = typename FormatContext::char_type |
using detail::chrono_formatter< FormatContext, OutputIt, Rep, Period >::milliseconds = std::chrono::duration<rep, std::milli> |
using detail::chrono_formatter< FormatContext, OutputIt, Rep, Period >::rep = conditional_t<std::is_integral<Rep>::value && sizeof(Rep) < sizeof(int), unsigned, typename make_unsigned_or_unchanged<Rep>::type> |
using detail::chrono_formatter< FormatContext, OutputIt, Rep, Period >::seconds = std::chrono::duration<rep> |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
FormatContext& detail::chrono_formatter< FormatContext, OutputIt, Rep, Period >::context |
bool detail::chrono_formatter< FormatContext, OutputIt, Rep, Period >::negative |
OutputIt detail::chrono_formatter< FormatContext, OutputIt, Rep, Period >::out |
int detail::chrono_formatter< FormatContext, OutputIt, Rep, Period >::precision |
seconds detail::chrono_formatter< FormatContext, OutputIt, Rep, Period >::s |
rep detail::chrono_formatter< FormatContext, OutputIt, Rep, Period >::val |