ml_container::KeyCompare< K, T, Compare > Class Template Reference
drop-in replacement to std::map, implemented on a std::vector
More...
List of all members.
|
Public Member Functions |
bool | operator() (const std::pair< K, T > &lhs, const std::pair< K, T > &rhs) const |
bool | operator() (const std::pair< K, T > &lhs, const K &k) const |
bool | operator() (const K &k, const std::pair< K, T > &rhs) const |
Detailed Description
template<typename K, typename T, typename Compare = std::less<K>>
class ml_container::KeyCompare< K, T, Compare >
STL container adaptor (c) 2008 Mathias Laurin, distributed under the X11/MIT License
- References:
- Author:
- Mathias Laurin
- Date:
- 2008-07-24
The documentation for this class was generated from the following file: