#include <stdapis/stlport/stl/_map.h>
| class multimap::value_compare : public binary_function< value_type, value_type, bool > |
| Protected Attributes | |
|---|---|
| _Compare | _M_comp |
| Public Member Functions | |
|---|---|
| bool | operator()(const value_type &, const value_type &) |
| Protected Member Functions | |
|---|---|
| value_compare(_Compare) | |
| bool | operator() | ( | const value_type & | __x, |
| const value_type & | __y | |||
| ) | const [inline] | |||