"remove" (mapping::remove)

Removes the key and the associated value.

Synopsis

int mapping.remove(T key);

Parameters

Parameter Description
key Mapping key

Description

-

Assignment

Mapping