This function does not modify the content of the container in any way. To clear its content, use member clear.
Parameters
noneReturn Value
true if the container size is 0, false otherwise.Example
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
|
Output:
mymultiset contains: 10 10 20 |
Complexity
Constant.See also
| multiset::clear | Clear content (public member function) |
| multiset::erase | Erase elements (public member function) |
| multiset::size | Return container size (public member function) |
