A comparator to sort input data, by ignoring the value in pair<key, value>. More...
#include <vbl_batch_compact_multimap.h>
Public Member Functions | |
| input_compare (key_compare c) | |
| bool | operator() (const input_type &x, const input_type &y) const |
Public Attributes | |
| key_compare | comp |
Friends | |
| class | vbl_batch_compact_multimap< key_type, value_type, key_compare > |
A comparator to sort input data, by ignoring the value in pair<key, value>.
Definition at line 49 of file vbl_batch_compact_multimap.h.
|
inline |
Definition at line 56 of file vbl_batch_compact_multimap.h.
|
inline |
Definition at line 58 of file vbl_batch_compact_multimap.h.
|
friend |
Definition at line 52 of file vbl_batch_compact_multimap.h.
| key_compare vbl_batch_compact_multimap< K, T, C >::input_compare::comp |
Definition at line 54 of file vbl_batch_compact_multimap.h.
1.8.15