bsl::multiset::value_comp

Return a functor for comparing two value_type objects using key_comp(). Note that since value_type is an alias to KEY for multiset, this method returns the same functor as key_comp().

Synopsis

Declared in <bslstl_multiset.h>

multiset<KEY, COMPARATOR, ALLOCATOR>::value_compare
value_comp() const;