Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/locale/messages base"

From cppreference.com
< cpp‎ | locale
m (Text replace - "{{tdcl list begin" to "{{dcl list begin")
m (Text replace - "{{tdcl list end" to "{{dcl list end")
Line 14: Line 14:
 
{{tdcl list hitem | Member type | Definition}}
 
{{tdcl list hitem | Member type | Definition}}
 
{{tdcl list item | {{tt|catalog}} | {{c|int}}}}
 
{{tdcl list item | {{tt|catalog}} | {{c|int}}}}
{{tdcl list end}}
+
{{dcl list end}}
  
 
===See also===
 
===See also===

Revision as of 01:29, 12 June 2012

Template:cpp/locale/sidebar Template:ddcl list begin <tr class="t-dsc-header">

<td>
Defined in header <locale>
</td>

<td></td> <td></td> </tr> <tr class="t-dcl ">

<td class="t-dcl-nopad">
class messages_base;
</td>

<td class="t-dcl-nopad"> </td> <td class="t-dcl-nopad"> </td> </tr> Template:ddcl list end

The class std::messages_base provides a type definition which is inherited and used by the std::messages facets.

Member types

Template:tdcl list hitemTemplate:tdcl list item

See also

Template:cpp/locale/dcl list messages