locale Members

Reference

Constructors

locale

Creates a locale, or a copy of a locale, or a copy of locale where a facet or a category has been replaced by a facet or category from another locale.

Typedefs

category

An integer type that provides bitmask values to denote standard facet families.

Member Functions

combine

Inserts a facet from a specified locale into a target locale.

name

Returns the stored locale name.

Static Functions

classic

The static member function returns a locale object that represents the classic C locale.

global

Resets the default local for the program.

Operators

operator!=

Tests two locales for inequality.

operator( )

Compares two basic_string objects.

operator==

Tests two locales for equality.

Classes

facet

A class that serves as the base class for all locale facets.

id

The member class provides a unique facet identification used as an index for looking up facets in a locale.

See Also

Concepts

locale Class

Thread Safety in the Standard C++ Library