std::time_get_byname

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

# Example

This section is incompleteReason: no example

# See also