C++ ~multiset destructormultiset:: ~ multiset is used to destroy all the elements of multiset container and deallocates all the storage memory allocated by the multiset container. SyntaxParameterNone Return valueNone ComplexityLinear in multiset::size (destructors). Iterator validityAll iterators, references and pointers are invalidated. Data RacesThe container multiset and all its elements are modified. Exception SafetyDestructor never throws exceptions.
Next TopicC++ multiset
|
Javatpoint provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India