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