STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::compat_hash_multimap< KeyType, MappedType, HashType > Struct Template Reference

Detailed Description

template<class KeyType, class MappedType, class HashType = typename compat_hash<KeyType>::result>
struct stxxl::compat_hash_multimap< KeyType, MappedType, HashType >

Definition at line 67 of file hash_map.h.

+ Inheritance diagram for stxxl::compat_hash_multimap< KeyType, MappedType, HashType >:

Public Types

typedef
__gnu_cxx::hash_multimap
< KeyType, MappedType,
HashType > 
result
 

Member Typedef Documentation

template<class KeyType, class MappedType, class HashType = typename compat_hash<KeyType>::result>
typedef __gnu_cxx::hash_multimap<KeyType, MappedType, HashType> stxxl::compat_hash_multimap< KeyType, MappedType, HashType >::result

Definition at line 76 of file hash_map.h.


The documentation for this struct was generated from the following file: