|
spdlog
|
Definition at line 931 of file bundled/chrono.h.
#include <chrono.h>
Public Types | |
| 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 > |
| using | milliseconds = std::chrono::duration< rep, std::milli > |
| using | char_type = typename FormatContext::char_type |
Public Attributes | |
| FormatContext & | context |
| OutputIt | out |
| int | precision |
| bool | localized = false |
| rep | val |
| seconds | s |
| bool | negative |
| using chrono_formatter< FormatContext, OutputIt, Rep, Period >::char_type = typename FormatContext::char_type |
Definition at line 946 of file bundled/chrono.h.
| using chrono_formatter< FormatContext, OutputIt, Rep, Period >::milliseconds = std::chrono::duration<rep, std::milli> |
Definition at line 943 of file bundled/chrono.h.
| 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> |
Definition at line 937 of file bundled/chrono.h.
| using chrono_formatter< FormatContext, OutputIt, Rep, Period >::seconds = std::chrono::duration<rep> |
Definition at line 941 of file bundled/chrono.h.
|
inlineexplicit |
Definition at line 948 of file bundled/chrono.h.
|
inline |
Definition at line 1028 of file bundled/chrono.h.
|
inline |
Definition at line 972 of file bundled/chrono.h.
|
inline |
Definition at line 989 of file bundled/chrono.h.
|
inline |
Definition at line 991 of file bundled/chrono.h.
|
inline |
Definition at line 996 of file bundled/chrono.h.
|
inline |
Definition at line 1063 of file bundled/chrono.h.
|
inline |
Definition at line 1106 of file bundled/chrono.h.
|
inline |
Definition at line 1054 of file bundled/chrono.h.
|
inline |
Definition at line 1111 of file bundled/chrono.h.
|
inline |
Definition at line 1044 of file bundled/chrono.h.
|
inline |
Definition at line 1040 of file bundled/chrono.h.
|
inline |
Definition at line 1130 of file bundled/chrono.h.
|
inline |
Definition at line 1046 of file bundled/chrono.h.
|
inline |
Definition at line 1042 of file bundled/chrono.h.
|
inline |
Definition at line 1043 of file bundled/chrono.h.
|
inline |
Definition at line 1141 of file bundled/chrono.h.
|
inline |
Definition at line 1135 of file bundled/chrono.h.
|
inline |
Definition at line 1045 of file bundled/chrono.h.
|
inline |
Definition at line 1041 of file bundled/chrono.h.
|
inline |
Definition at line 1050 of file bundled/chrono.h.
|
inline |
Definition at line 1123 of file bundled/chrono.h.
|
inline |
Definition at line 1047 of file bundled/chrono.h.
|
inline |
Definition at line 1048 of file bundled/chrono.h.
|
inline |
Definition at line 1072 of file bundled/chrono.h.
|
inline |
Definition at line 1081 of file bundled/chrono.h.
|
inline |
Definition at line 1035 of file bundled/chrono.h.
|
inline |
Definition at line 1052 of file bundled/chrono.h.
|
inline |
Definition at line 1049 of file bundled/chrono.h.
|
inline |
Definition at line 1051 of file bundled/chrono.h.
|
inline |
Definition at line 997 of file bundled/chrono.h.
|
inline |
Definition at line 999 of file bundled/chrono.h.
|
inline |
Definition at line 1014 of file bundled/chrono.h.
|
inline |
Definition at line 1024 of file bundled/chrono.h.
|
inline |
Definition at line 1026 of file bundled/chrono.h.
|
inline |
Definition at line 1025 of file bundled/chrono.h.
|
inline |
Definition at line 1007 of file bundled/chrono.h.
| FormatContext& chrono_formatter< FormatContext, OutputIt, Rep, Period >::context |
Definition at line 932 of file bundled/chrono.h.
| bool chrono_formatter< FormatContext, OutputIt, Rep, Period >::localized = false |
Definition at line 935 of file bundled/chrono.h.
| bool chrono_formatter< FormatContext, OutputIt, Rep, Period >::negative |
Definition at line 944 of file bundled/chrono.h.
| OutputIt chrono_formatter< FormatContext, OutputIt, Rep, Period >::out |
Definition at line 933 of file bundled/chrono.h.
| int chrono_formatter< FormatContext, OutputIt, Rep, Period >::precision |
Definition at line 934 of file bundled/chrono.h.
| seconds chrono_formatter< FormatContext, OutputIt, Rep, Period >::s |
Definition at line 942 of file bundled/chrono.h.
| rep chrono_formatter< FormatContext, OutputIt, Rep, Period >::val |
Definition at line 940 of file bundled/chrono.h.