std::multimap<Key,T,Compare,Allocator>::value_compare

std::multimap::value_compare is a function object that compares objects of type std::multimap::value_type (key-value pairs) by comparing of the first components of the pairs.

# Declarations

class value_compare;

# Parameters

# Return value

comp(lhs.first, rhs.first)