#include "blocxx/BLOCXX_config.h"
#include "blocxx/COWReference.hpp"
#include <map>
#include <functional>
Go to the source code of this file.
|
| template<class Key , class T , class Compare > |
| bool | BLOCXX_NAMESPACE::operator== (const Map< Key, T, Compare > &x, const Map< Key, T, Compare > &y) |
| |
| template<class Key , class T , class Compare > |
| bool | BLOCXX_NAMESPACE::operator< (const Map< Key, T, Compare > &x, const Map< Key, T, Compare > &y) |
| |
| template<class Key , class T , class Compare > |
| std::map< Key, T, Compare > * | BLOCXX_NAMESPACE::COWReferenceClone (std::map< Key, T, Compare > *obj) |
| |
| template<class Key , class T , class Compare > |
| void | BLOCXX_NAMESPACE::swap (Map< Key, T, Compare > &x, Map< Key, T, Compare > &y) |
| |