locale::id

The class locale::id is used for an index for locale facet identification.

Listing: class locale::id synopsis
namespace std {
class locale::id {

public:

id();

private:

void operator=(const id&); // not defined 

id(const id&); // not defined };

}