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