"contains"(mapping::contains)
Returns true if the key is already in the mapping.
Synopsis
bool mapping.contains(T key);
Parameters
Parameter | Description |
---|---|
key | Mapping key |
Description
-
Assignment
Mapping
Returns true if the key is already in the mapping.
bool mapping.contains(T key);
Parameter | Description |
---|---|
key | Mapping key |
-
Mapping