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

Public Types

typedef cacao::unordered_set
< 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_set< Key, Hash, KeyEqual >

Definition at line 40 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_set<Key, Hash, KeyEqual, Allocator<Key> > cacao::jit::compiler2::alloc::unordered_set< Key, Hash, KeyEqual >::type

Definition at line 41 of file unordered_set.hpp.


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