.clear()

Published May 10, 2022Updated Dec 21, 2022
Contribute to Docs

The .clear() method removes all elements of a map. This destroys the elements in the container making the new size of the container to be 0.

Syntax

This method is applied by adding .clear() to the end of the specified mapName:

mapName.clear()

Codebyte Example

The following codebyte example clears the items of the supplies map:

us
Visit us
code
Hide code
Code
Output
Hide output
Hide output
Loading...

All contributors

Looking to contribute?

Learn C++ on Codecademy