This file contains help functions for testing of stxxl::map.
More...
#include <stxxl/bits/namespace.h>
Go to the source code of this file.
|
template<typename MAPTYPE > |
__STXXL_BEGIN_NAMESPACE bool | there (const MAPTYPE &map_, const typename MAPTYPE::key_type &key, const typename MAPTYPE::mapped_type &data) |
|
template<typename MAPTYPE > |
bool | is_equal_end (const MAPTYPE &map_, typename MAPTYPE::const_iterator &iter) |
|
template<typename value_type > |
bool | is_same (value_type &v1, value_type &v2) |
|
template<typename value_type > |
bool | is_same (const value_type &v1, const value_type &v2) |
|
template<typename MAPTYPE > |
bool | not_there (const MAPTYPE &map_, const typename MAPTYPE::key_type &key) |
|
template<typename MAPTYPE > |
bool | is_empty (const MAPTYPE &map_) |
|
template<typename MAPTYPE > |
bool | is_end (MAPTYPE &map_, typename MAPTYPE::iterator &iter) |
|
template<typename MAPTYPE > |
bool | is_end (const MAPTYPE &map_, typename MAPTYPE::const_iterator &iter) |
|
template<typename MAPTYPE > |
bool | is_size (const MAPTYPE &map_, const typename MAPTYPE::size_type size) |
|
This file contains help functions for testing of stxxl::map.