id 类
类提供成员查找 (IDE) 提供作为索引使用的唯一标识。个区域设置。
class id {
protected:
id( );
private:
id(const id&) // not defined
void operator=(const id&) // not defined
};
备注
成员类描述每个区域设置方面需要的静态成员对象。 请注意不能复制或分配类 ID对象。
要求
页眉: <区域设置>
命名空间: std