Rediger

Del via


Container Class::clear

Note

This topic is in the Microsoft C++ documentation as a nonfunctional example of containers used in the C++ Standard Library. For more information, see C++ Standard Library Containers.

Calls erase(begin, end).

Syntax

void clear();

See also

Sample Container Class