|
| template<typename Key, typename Value, class EqualTo, class Alloc> |
| bool | operator== (ACE_Array_Map< Key, Value, EqualTo, Alloc > const &lhs, ACE_Array_Map< Key, Value, EqualTo, Alloc > const &rhs) |
| | ACE_Array_Map equality operator.
|
| template<typename Key, typename Value, class EqualTo, class Alloc> |
| bool | operator< (ACE_Array_Map< Key, Value, EqualTo, Alloc > const &lhs, ACE_Array_Map< Key, Value, EqualTo, Alloc > const &rhs) |
| | ACE_Array_Map lexicographical comparison operator.
|
Light weight array-based map with fast iteration but linear (i.e. O(n)) search times. STL-style interface is exposed.
- Note
- This class requires the STL generic algorithms and reverse_iterator adapter.
- Author
- Ossama Othman