Home
last modified time | relevance | path

Searched refs:__formatter_chrono (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h697 struct _LIBCPP_TEMPLATE_VIS __formatter_chrono { struct
715 …P_TEMPLATE_VIS formatter<chrono::sys_time<_Duration>, _CharT> : public __formatter_chrono<_CharT> { argument
717 using _Base = __formatter_chrono<_CharT>;
726 …_TEMPLATE_VIS formatter<chrono::file_time<_Duration>, _CharT> : public __formatter_chrono<_CharT> {
728 using _Base = __formatter_chrono<_CharT>;
737 …TEMPLATE_VIS formatter<chrono::local_time<_Duration>, _CharT> : public __formatter_chrono<_CharT> {
739 using _Base = __formatter_chrono<_CharT>;
749 struct formatter<chrono::duration<_Rep, _Period>, _CharT> : public __formatter_chrono<_CharT> {
751 using _Base = __formatter_chrono<_CharT>;
771 struct _LIBCPP_TEMPLATE_VIS formatter<chrono::day, _CharT> : public __formatter_chrono<_CharT> {
[all …]