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.collate.byname]
# 28 Text processing library [[text]](./#text)
## 28.3 Localization library [[localization]](localization#locale.collate.byname)
### 28.3.4 Standard locale categories [[locale.categories]](locale.categories#locale.collate.byname)
#### 28.3.4.5 The collate category [[category.collate]](category.collate#locale.collate.byname)
#### 28.3.4.5.2 Class template collate_byname [locale.collate.byname]
[🔗](#lib:collate_byname)
namespace std {template<class charT>class collate_byname : public collate<charT> {public:using string_type = basic_string<charT>; explicit collate_byname(const char*, size_t refs = 0); explicit collate_byname(const string&, size_t refs = 0); protected:~collate_byname(); };}