Name

locale::id class — Facet identification

Synopsis

class locale::id{
public:
  id(  );
private:
  void operator=(const id&); // Not defined
  id(const id&);             // Not defined
};

The id class identifies a facet. It is used only to declare a public, static member of type locale::id in every facet class. See locale::facet for more information.