Return a functor for comparing two value_type objects.
Synopsis
Declared in <bslstl_set.h>
set<KEY, COMPARATOR, ALLOCATOR>::value_compare
value_comp() const;
Description
Uses key_comp(). Note that since value_type is an alias to KEY for set, this method returns the same functor as key_comp().
Return Value
copy of the value‐comparison functor
Created with MrDocs