std::multiset::value_comp

From Cppreference

Jump to: navigation, search
value_compare value_comp() const;

Returns the function that compares the values. It is the same as key_comp.

Contents

[edit] Parameters

(none)

[edit] Return value

the value comparison function.

[edit] Complexity

Constant

[edit] See also

key_comp
returns the function that compares keys
(public member function)