Lunchbox  1.13.0
Multi-threaded C++ toolbox library for all application developers creating high-performance multi-threaded programs.
hash_map< K, T, H, P, A > Class Template Reference
+ Inheritance diagram for hash_map< K, T, H, P, A >:
+ Collaboration diagram for hash_map< K, T, H, P, A >:

Detailed Description

template<class K, class T, class H = hash< K >, class P = std::equal_to< K >, class A = std::allocator< std::pair< const K, T > >>
class hash_map< K, T, H, P, A >

Definition at line 128 of file stdExt.h.


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