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

Extends the standard map type, adding some useful convenience methods. More...

#include <map>
#include <ostream>

Go to the source code of this file.

Classes

class  Meta::MMap< Key, T, Compare, Allocator >
 Extends the standard map type, adding some useful convenience methods. More...

Functions

template<class Key , class T , class Compare , class Allocator >
bool Meta::operator== (const MMap< Key, T, Compare, Allocator > &x, const MMap< Key, T, Compare, Allocator > &y)
template<class Key , class T , class Compare , class Allocator >
bool Meta::operator!= (const MMap< Key, T, Compare, Allocator > &x, const MMap< Key, T, Compare, Allocator > &y)
template<class Key , class T , class Compare , class Allocator >
bool Meta::operator< (const MMap< Key, T, Compare, Allocator > &x, const MMap< Key, T, Compare, Allocator > &y)
template<class Key , class T , class Compare , class Allocator >
bool Meta::operator> (const MMap< Key, T, Compare, Allocator > &x, const MMap< Key, T, Compare, Allocator > &y)
template<class Key , class T , class Compare , class Allocator >
bool Meta::operator<= (const MMap< Key, T, Compare, Allocator > &x, const MMap< Key, T, Compare, Allocator > &y)
template<class Key , class T , class Compare , class Allocator >
bool Meta::operator>= (const MMap< Key, T, Compare, Allocator > &x, const MMap< Key, T, Compare, Allocator > &y)
template<typename K , typename T >
std::ostream & Meta::operator<< (std::ostream &ostr, const MMap< K, T > &m)

Detailed Description

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