Next: Multiset functions, Previous: Accessing multiset elements, Up: Multisets [Index]
This function returns the range (n) of the multiset c.
This function returns the number of elements (k) in the multiset c.
This function returns a pointer to the array of elements in the multiset c.
This function checks that the multiset c is valid. The k elements should lie in the range 0 to n-1, with each value occurring in nondecreasing order.