std::time_get_byname
Min standard notice:
Header: <locale>
std::time_get_byname is a std::time_get facet which encapsulates time and date parsing rules of the locale specified at its construction.
# Declarations
template<
class CharT,
class InputIt = std::istreambuf_iterator<CharT>
> class time_get_byname : public std::time_get<CharT, InputIt>
# Parameters
name: the name of the localerefs: the number of references that link to the facet
# Example
This section is incompleteReason: no example