It is used to access facet of locale and returns a reference to facet Facet of locale loc. The function has_facet can be used to check if a locale has a particular facet present before attempting to use it with this function.
DeclarationFollowing is the declaration for std::use_facet.
template <class Facet> const Facet& use_facet (const locale& loc);Parameters
loc − It is a locale object.
Return ValueIt returns a reference to facet Facet of locale loc.
ExceptionsStrong guarantee − if an exception is thrown, there are no changes in loc.
Data racesIt has accessed by Argument loc, and the returned object may be used to access facet object.
locale.htm
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4