id Class
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