16 lines
834 B
Markdown
16 lines
834 B
Markdown
[locale.time.get.byname]
|
|
|
|
# 28 Text processing library [[text]](./#text)
|
|
|
|
## 28.3 Localization library [[localization]](localization#locale.time.get.byname)
|
|
|
|
### 28.3.4 Standard locale categories [[locale.categories]](locale.categories#locale.time.get.byname)
|
|
|
|
#### 28.3.4.6 The time category [[category.time]](category.time#locale.time.get.byname)
|
|
|
|
#### 28.3.4.6.3 Class template time_get_byname [locale.time.get.byname]
|
|
|
|
[ð](#lib:time_get_byname)
|
|
|
|
namespace std {template<class charT, class InputIterator = istreambuf_iterator<charT>>class time_get_byname : public time_get<charT, InputIterator> {public:using dateorder = time_base::dateorder; using iter_type = InputIterator; explicit time_get_byname(const char*, size_t refs = 0); explicit time_get_byname(const string&, size_t refs = 0); protected:~time_get_byname(); };}
|