Talk:cpp/locale
From cppreference.com
[edit] See also between cpp/locale/is???, cpp/string/byte/is??? and cpp/string/wide/isw???
Should there be a See Also between character classification here and character classification of cpp/string/byte and cpp/string/wide ? --Cubbi
- I think we should have these shortcuts, but maybe better inside the page of each of the is??? functions.
- By the way, we need to reflect the fact that cpp/locale/is??? and cpp/string/byte/is??? isn't the same function. I think the title of the locale functions should be something like std::isgraph(locale) and the dcl item something like:
... (function template) |
- P.S. We already mark some functions similarly as in the above ddcl item, but that style introduces a lot of clutter once we mark a lot of functions in that way (see below).
... (function template) |
- P12 01:25, 14 September 2011 (PDT)
[edit] do_*** or *** for facet member functions?
Given that the non-virtual member functions are the public interface of facets, wouldn't it make more sense to refer to them instead of their protected virtual counterparts throughout the wiki? -- P12 09:35, 14 August 2012 (PDT)
- I think you are right, it makes more sense seeing as the rest of the library calls them by their public names. - - Cubbi 10:12, 14 August 2012 (PDT)