|
AndroMeta
2.0.0
|
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) |
Extends the standard map type, adding some useful convenience methods.
1.7.6.1