Init
This commit is contained in:
15
cppdraft/locale/time/put/byname.md
Normal file
15
cppdraft/locale/time/put/byname.md
Normal file
@@ -0,0 +1,15 @@
|
||||
[locale.time.put.byname]
|
||||
|
||||
# 28 Text processing library [[text]](./#text)
|
||||
|
||||
## 28.3 Localization library [[localization]](localization#locale.time.put.byname)
|
||||
|
||||
### 28.3.4 Standard locale categories [[locale.categories]](locale.categories#locale.time.put.byname)
|
||||
|
||||
#### 28.3.4.6 The time category [[category.time]](category.time#locale.time.put.byname)
|
||||
|
||||
#### 28.3.4.6.5 Class template time_put_byname [locale.time.put.byname]
|
||||
|
||||
[ð](#lib:time_put_byname)
|
||||
|
||||
namespace std {template<class charT, class OutputIterator = ostreambuf_iterator<charT>>class time_put_byname : public time_put<charT, OutputIterator> {public:using char_type = charT; using iter_type = OutputIterator; explicit time_put_byname(const char*, size_t refs = 0); explicit time_put_byname(const string&, size_t refs = 0); protected:~time_put_byname(); };}
|
||||
Reference in New Issue
Block a user