std::{{{1}}}::clear
From cppreference.com
Revision as of 15:44, 8 November 2012 by 173.14.72.58 (Talk)
void clear(); |
||
Removes all elements from the container. The past-the-end iterators are not invalidated.
Contents |
Parameters
(none)
Return value
(none)
Exceptions
noexcept specification:
noexcept
Complexity
linear in the size of the container.