|
AndroMeta
2.0.0
|
Extends the standard multimap type, adding some useful convenience methods. More...
#include <map>#include <ostream>Go to the source code of this file.
Classes | |
| class | Meta::MMultiMap< Key, T, Compare, Allocator > |
| Extends the standard multimap type, adding some useful convenience methods. More... | |
Functions | |
| template<class Key , class T , class Compare , class Allocator > | |
| bool | Meta::operator== (const MMultiMap< Key, T, Compare, Allocator > &x, const MMultiMap< Key, T, Compare, Allocator > &y) |
| template<class Key , class T , class Compare , class Allocator > | |
| bool | Meta::operator< (const MMultiMap< Key, T, Compare, Allocator > &x, const MMultiMap< Key, T, Compare, Allocator > &y) |
| template<class Key , class T , class Compare , class Allocator > | |
| bool | Meta::operator!= (const MMultiMap< Key, T, Compare, Allocator > &x, const MMultiMap< Key, T, Compare, Allocator > &y) |
| template<class Key , class T , class Compare , class Allocator > | |
| bool | Meta::operator> (const MMultiMap< Key, T, Compare, Allocator > &x, const MMultiMap< Key, T, Compare, Allocator > &y) |
| template<class Key , class T , class Compare , class Allocator > | |
| bool | Meta::operator>= (const MMultiMap< Key, T, Compare, Allocator > &x, const MMultiMap< Key, T, Compare, Allocator > &y) |
| template<class Key , class T , class Compare , class Allocator > | |
| bool | Meta::operator<= (const MMultiMap< Key, T, Compare, Allocator > &x, const MMultiMap< Key, T, Compare, Allocator > &y) |
| template<typename K , typename T > | |
| std::ostream & | Meta::operator<< (std::ostream &ostr, const MMultiMap< K, T > &m) |
Extends the standard multimap type, adding some useful convenience methods.
1.7.6.1