Init
This commit is contained in:
15
cppdraft/locale/codecvt/byname.md
Normal file
15
cppdraft/locale/codecvt/byname.md
Normal file
@@ -0,0 +1,15 @@
|
||||
[locale.codecvt.byname]
|
||||
|
||||
# 28 Text processing library [[text]](./#text)
|
||||
|
||||
## 28.3 Localization library [[localization]](localization#locale.codecvt.byname)
|
||||
|
||||
### 28.3.4 Standard locale categories [[locale.categories]](locale.categories#locale.codecvt.byname)
|
||||
|
||||
#### 28.3.4.2 The ctype category [[category.ctype]](category.ctype#locale.codecvt.byname)
|
||||
|
||||
#### 28.3.4.2.6 Class template codecvt_byname [locale.codecvt.byname]
|
||||
|
||||
[ð](#lib:codecvt_byname)
|
||||
|
||||
namespace std {template<class internT, class externT, class stateT>class codecvt_byname : public codecvt<internT, externT, stateT> {public:explicit codecvt_byname(const char*, size_t refs = 0); explicit codecvt_byname(const string&, size_t refs = 0); protected:~codecvt_byname(); };}
|
||||
Reference in New Issue
Block a user