STXXL  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::compat_hash_map< _Key, _Tp, _Hash > Struct Template Reference

Detailed Description

template<class _Key, class _Tp, class _Hash = typename compat_hash<_Key>::result>
struct stxxl::compat_hash_map< _Key, _Tp, _Hash >

Definition at line 50 of file hash_map.h.

+ Inheritance diagram for stxxl::compat_hash_map< _Key, _Tp, _Hash >:

Public Types

typedef __gnu_cxx::hash_map
< _Key, _Tp, _Hash > 
result
 

Member Typedef Documentation

template<class _Key, class _Tp, class _Hash = typename compat_hash<_Key>::result>
typedef __gnu_cxx::hash_map<_Key, _Tp, _Hash> stxxl::compat_hash_map< _Key, _Tp, _Hash >::result

Definition at line 59 of file hash_map.h.


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