collate Members

The following tables list the members of the collate Class. For a list of members inherited by the collate class, see facet Class.

Reference

Constructors

collate

The constructor for objects of class collate that serves as a locale facet to handle string sorting conventions.

Typedefs

char_type

A type that describes a character of type CharType.

string_type

A type that describes a string of type basic_string containing characters of type CharType.

Member Functions

compare

Compares two character sequences according to their facet-specific rules for equality or inequality.

do_compare

A virtual function called to compare two character sequences according to their facet-specific rules for equality or inequality.

do_hash

A virtual function called to determine the hash value of sequences according to their facet-specific rules.

do_transform

A virtual function called to convert a character sequence from a locale to a string that may be used in lexicographical comparisons with other character sequences similarly converted from the same locale.

hash

Determines the hash value of sequence according to their facet-specific rules.

transform

Converts a character sequence from a locale to a string that may be used in lexicographical comparisons with other character sequences similarly converted from the same locale.

See Also

Reference

collate Class

facet Class

Thread Safety in the Standard C++ Library