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

Detailed Description

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

Definition at line 52 of file hash_map.h.

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

Public Types

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

Member Typedef Documentation

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

Definition at line 61 of file hash_map.h.


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