CACAO
Public Types
cacao::jit::compiler2::alloc::unordered_multimap< Key, T, Hash, KeyEqual > Struct Template Reference

Public Types

typedef
cacao::unordered_multimap< Key,
T, Hash, KeyEqual, Allocator
< std::pair< const Key, T > > > 
type
 

Detailed Description

template<class Key, class T, class Hash = cacao::hash<Key>, class KeyEqual = std::equal_to<Key>>
struct cacao::jit::compiler2::alloc::unordered_multimap< Key, T, Hash, KeyEqual >

Definition at line 50 of file unordered_map.hpp.

Member Typedef Documentation

template<class Key , class T , class Hash = cacao::hash<Key>, class KeyEqual = std::equal_to<Key>>
typedef cacao::unordered_multimap<Key, T, Hash, KeyEqual, Allocator<std::pair<const Key, T> > > cacao::jit::compiler2::alloc::unordered_multimap< Key, T, Hash, KeyEqual >::type

Definition at line 51 of file unordered_map.hpp.


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