A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.tutorialspoint.com/cpp_standard_library/cpp_has_facet.htm below:

C++ Locale Library - has_facet

C++ Locale Library - has_facet Description

It is used to check if locale has facet and returns whether facet Facet is present in locale loc.

Declaration

Following is the declaration for std::has_facet.

C++98
template <class Facet> bool has_facet (const locale& loc) throw();
C++11
template <class Facet> bool has_facet (const locale& loc) noexcept;
Parameters

loc − It is a locale object.

Return Value

It returns whether facet Facet is present in locale loc.

Exceptions

No-throw guarantee − this function never throws exceptions.

Data races

It 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