19# if defined (EH_NEW_HEADERS)
34template <
class K,
class V,
class Comp,
class A>
41template <
class K,
class V,
class Comp,
class A >
56 while ( testMultiMap.size() < mapSize )
58 TestMultiMap::value_type
x;
59 testMultiMap.insert(
x );
60 testMultiMap2.insert( TestMultiMap::value_type() );
66 TestMultiMap::value_type *insFirst =
new TestMultiMap::value_type[insCnt];
104 while ( testMap.size() < mapSize )
106 TestMap::value_type
x;
108 testMap2.insert( TestMap::value_type() );
114 TestMap::value_type *insFirst =
new TestMap::value_type[1+insCnt];
void ConstCheck(const Value &v, const Operation &op, long max_iters=2000000)
void StrongCheck(const Value &v, const Operation &op, long max_iters=2000000)
void WeakCheck(const Value &v, const Operation &op, long max_iters=2000000)
#define EH_DISTANCE(a, b, result)
GLint GLint GLint GLint GLint x
unsigned random_number(size_t range)
EH_STD::__hash_map__< TestClass, TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > TestMap
EH_STD::__hash_multimap__< TestClass, TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > TestMultiMap
test_insert_range< C, Iter > insert_range_tester(const C &orig, const Iter &first, const Iter &last)
EH_STD::__multimap__< TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) > TestMultiMap
void CheckInvariant(const TestMap &m)
EH_STD::__map__< TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) > TestMap
multimap_tag container_category(const EH_STD::__multimap__< K, V, Comp, A > &)