Return a functor for comparing two value_type objects.

Synopsis

Declared in <bslstl_multiset.h>

Description

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().

Return Value

copy of the value‐comparison functor

Created with MrDocs