Share via


CTypedPtrMap::SetAt

This member function calls BASE_CLASS**::SetAt**.

void SetAt( 
   KEY key, 
   VALUE newValue  
);

Parameters

  • KEY
    Template parameter specifying the type of the map's keys.

  • key
    Specifies the key value of the newValue.

  • newValue
    Specifies the object pointer that is the value of the new element.

Remarks

For more detailed remarks, see CMapStringToOb::SetAt.

Requirements

Header: afxtempl.h

See Also

Reference

CTypedPtrMap Class

Hierarchy Chart