std::time_get_byname (3) Linux Manual Page
std::time_get_byname – std::time_get_byname Synopsis Defined in header <locale> template< class CharT, class InputIt = std::istreambuf_iterator<CharT> > class time_get_byname : public std::time_get<CharT, InputIt> std::time_get_byname is a std::time_get facet which encapsulates time and date parsing rules of the locale specified at its construction. Two specializations are provided by the standard library Defined in header <locale> std::time_get_byname<char, InputIt>…
