Init
This commit is contained in:
15
cppdraft/locale/moneypunct/byname.md
Normal file
15
cppdraft/locale/moneypunct/byname.md
Normal file
@@ -0,0 +1,15 @@
|
||||
[locale.moneypunct.byname]
|
||||
|
||||
# 28 Text processing library [[text]](./#text)
|
||||
|
||||
## 28.3 Localization library [[localization]](localization#locale.moneypunct.byname)
|
||||
|
||||
### 28.3.4 Standard locale categories [[locale.categories]](locale.categories#locale.moneypunct.byname)
|
||||
|
||||
#### 28.3.4.7 The monetary category [[category.monetary]](category.monetary#locale.moneypunct.byname)
|
||||
|
||||
#### 28.3.4.7.5 Class template moneypunct_byname [locale.moneypunct.byname]
|
||||
|
||||
[ð](#lib:moneypunct_byname)
|
||||
|
||||
namespace std {template<class charT, bool Intl = false>class moneypunct_byname : public moneypunct<charT, Intl> {public:using pattern = money_base::pattern; using string_type = basic_string<charT>; explicit moneypunct_byname(const char*, size_t refs = 0); explicit moneypunct_byname(const string&, size_t refs = 0); protected:~moneypunct_byname(); };}
|
||||
Reference in New Issue
Block a user