Init
This commit is contained in:
15
cppdraft/locale/numpunct/byname.md
Normal file
15
cppdraft/locale/numpunct/byname.md
Normal file
@@ -0,0 +1,15 @@
|
||||
[locale.numpunct.byname]
|
||||
|
||||
# 28 Text processing library [[text]](./#text)
|
||||
|
||||
## 28.3 Localization library [[localization]](localization#locale.numpunct.byname)
|
||||
|
||||
### 28.3.4 Standard locale categories [[locale.categories]](locale.categories#locale.numpunct.byname)
|
||||
|
||||
#### 28.3.4.4 The numeric punctuation facet [[facet.numpunct]](facet.numpunct#locale.numpunct.byname)
|
||||
|
||||
#### 28.3.4.4.2 Class template numpunct_byname [locale.numpunct.byname]
|
||||
|
||||
[ð](#lib:numpunct_byname)
|
||||
|
||||
namespace std {template<class charT>class numpunct_byname : public numpunct<charT> {// this class is specialized for char and wchar_t.public:using char_type = charT; using string_type = basic_string<charT>; explicit numpunct_byname(const char*, size_t refs = 0); explicit numpunct_byname(const string&, size_t refs = 0); protected:~numpunct_byname(); };}
|
||||
Reference in New Issue
Block a user