Previous fileTop of DocumentContentsIndex pageNext file
Apache C++ Standard Library User's Guide

26.7 Using Phone Number Facets

Now that we have laid the groundwork, we are almost ready to format phone numbers. Here is an example of how instances of the new facet class can be used:

//1Imbue an output stream with a locale object that has a phone number facet object. In the example above, it is the US English ASCII locale with a US phone number facet, and
//2A French locale using a French phone number facet with a particular country code table.
//3Output phone numbers using the inserter function. The output is:

1-33-1-60170716

(303) 545-3200

19 49 89 636 40938



Previous fileTop of DocumentContentsIndex pageNext file