#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 | localized = false |
| bool | negative |
| OutputIt | out |
| int | precision |
| seconds | s |
| rep | val |
| using chrono_formatter< FormatContext, OutputIt, Rep, Period >::char_type = typename FormatContext::char_type |
| using chrono_formatter< FormatContext, OutputIt, Rep, Period >::milliseconds = std::chrono::duration<rep, std::milli> |
| using 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 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& chrono_formatter< FormatContext, OutputIt, Rep, Period >::context |
| bool chrono_formatter< FormatContext, OutputIt, Rep, Period >::localized = false |
| bool chrono_formatter< FormatContext, OutputIt, Rep, Period >::negative |
| OutputIt chrono_formatter< FormatContext, OutputIt, Rep, Period >::out |
| int chrono_formatter< FormatContext, OutputIt, Rep, Period >::precision |
| seconds chrono_formatter< FormatContext, OutputIt, Rep, Period >::s |
| rep chrono_formatter< FormatContext, OutputIt, Rep, Period >::val |