C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
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. Syntax~multiset(); ParameterNone 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
|