std::time_get_byname
is a std::time_get facet which encapsulates time and date parsing rules of the locale specified at its construction.
The standard library is guaranteed to provide every specialization that satisfies the following type requirements:
CharT
is one of char and wchar_t, andInputIt
must meet the requirements of LegacyInputIterator.char_type
CharT
iter_type
InputIt
[edit] Member functions constructs a new time_get_byname
facet
time_get_byname
facet
Constructs a new std::time_get_byname
facet for a locale with name.
refs is used for resource management: if refs == 0, the implementation destroys the facet, when the last std::locale object holding it is destroyed. Otherwise, the object is not destroyed.
Parameters name - the name of the locale refs - the number of references that link to the facet std::time_get_byname::~time_get_bynameprotected:
~time_get_byname();
Destroys the facet.
Inherited from std::time_get Nested types Type Definitionchar_type
CharT
iter_type
InputIt
[edit] Data members Member functions invokes do_date_order
std::time_get<CharT,InputIt>
) [edit] invokes do_get_time
std::time_get<CharT,InputIt>
) [edit] invokes do_get_date
std::time_get<CharT,InputIt>
) [edit] invokes do_get_weekday
std::time_get<CharT,InputIt>
) [edit] invokes do_get_monthname
std::time_get<CharT,InputIt>
) [edit] invokes do_get_year
std::time_get<CharT,InputIt>
) [edit] invokes do_get
std::time_get<CharT,InputIt>
) [edit] Protected member functions obtains preferred ordering of day, month, and year
std::time_get<CharT,InputIt>
) [edit] extracts hours, minutes, and seconds from input stream
std::time_get<CharT,InputIt>
) [edit] extracts month, day, and year from input stream
std::time_get<CharT,InputIt>
) [edit] extracts the name of a day of the week from input stream
std::time_get<CharT,InputIt>
) [edit] extracts a month name from input stream
std::time_get<CharT,InputIt>
) [edit] extracts a year from input stream
std::time_get<CharT,InputIt>
) [edit] extracts date/time components from input stream, according to the specified format
std::time_get<CharT,InputIt>
) [edit] Inherited from std::time_base Nested types Type Definition dateorder
date order enumeration type, defining the values no_order
, dmy
, mdy
, ymd
, and ydm
[edit] Example [edit] See also parses time/date values from an input character sequence into std::tm
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4