AndroMeta  2.0.0
Classes | Functions
AndroMeta/include/AndroMeta/MMultiMap.h File Reference

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)

Detailed Description

Extends the standard multimap type, adding some useful convenience methods.