multiset::depth


template <class t,class less>
Unsigned multiset<t,less>::depth() const 

This method returns the depth of the multiset.

Return

long long

The depth of the multiset.

Notes

The depth is the maximum depth of a binary search of the multiset.