use_facet function template — Retrieves a facet for a locale
template <typename Facet>
const Facet& use_facet(const locale& loc)
The use_facet
function
template obtains a facet from locale loc
. See Example 13-24 and Example 13-27, earlier in this
section.