~multiset();
析构函数。 销毁 multiset。调用各元素的析构函数,然后解分配所用的存储。注意,若元素是指针,则不销毁所指向的对象。
multiset
与 multiset 大小成线性。