CTypedPtrMap::SetAt
此成员函数调用 BASE_CLASS**::SetAt**。
void SetAt(
KEY key,
VALUE newValue
);
参数
键
指定映射的键的类型模板参数。key
指定newValue的键值。newValue
指定是新元素的值对象的指针。
备注
有关更详细的备注,请参见 CMapStringToOb::SetAt。
要求
Header: afxtempl.h
此成员函数调用 BASE_CLASS**::SetAt**。
void SetAt(
KEY key,
VALUE newValue
);
键
指定映射的键的类型模板参数。
key
指定newValue的键值。
newValue
指定是新元素的值对象的指针。
有关更详细的备注,请参见 CMapStringToOb::SetAt。
Header: afxtempl.h