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

Public Types

typedef
cacao::unordered_multiset< Key,
Hash, KeyEqual, Allocator< Key > > 
type
 

Detailed Description

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

Definition at line 48 of file unordered_set.hpp.

Member Typedef Documentation

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

Definition at line 49 of file unordered_set.hpp.


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