Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The member class provides a unique facet identification used as an index for looking up facets in a locale.
class id {
protected:
id( );
private:
id(const id&) // not defined
void operator=(const id&) // not defined
};
Remarks
The member class describes the static member object required by each unique locale facet. Note that you cannot copy or assign an object of class id.
Requirements
Header: <locale>
Namespace: std