C++
void deleteElem( const ACHAR * pKey );
Description
Removes the table element at index 'key'
Parameters
Parameters | Description |
---|---|
key | Unique string key used as a locator for a value in the table. |
Links
Previous Declaration
void deleteElem(
ACHAR *const
);