This commit is contained in:
2025-10-25 03:02:53 +03:00
commit 043225d523
3416 changed files with 681196 additions and 0 deletions

View 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(); };}