FreeBSD Manual Pages
std::time_base(3) C++ Standard Libary std::time_base(3) NAME std::time_base - std::time_base Synopsis Defined in header <locale> class time_base; The class std::time_base provides the date order constants which are inherited by the std::time_get facets. Member types Member type Definition enum dateorder { no_order, dmy, mdy, ymd, ydm }; Unscoped enumera- tion type Enumeration constant Definition no_order Unspecified order dmy Day, month, year (european) order mdy Month, day, year (american) order ymd Year, month, day ydm Year, day, month See also do_date_order obtains preferred ordering of day, month, and year [virtual] (virtual protected member function of std::time_get<CharT,InputIt>) do_get_date extracts month, day, and year from input stream [virtual] (virtual protected member function of std::time_get<CharT,InputIt>) http://cppreference.com 2022.07.31 std::time_base(3)
NAME | Synopsis | Member types | See also
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::time_base&sektion=3&manpath=FreeBSD+Ports+15.0>
