HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
unordered_map_concurrent.h File Reference
+ Include dependency graph for unordered_map_concurrent.h:

Go to the source code of this file.

Classes

class  pvt::has_find_with_hash< T >
 
class  unordered_map_concurrent< KEY, VALUE, HASH, PRED, BINS, BINMAP >
 
class  unordered_map_concurrent< KEY, VALUE, HASH, PRED, BINS, BINMAP >::iterator
 

Namespaces

 pvt
 

Functions

template<class Map , class Key , OIIO_ENABLE_IF(pvt::has_find_with_hash< Map >::value) >
Map::iterator find_with_hash (Map &map, const Key &key, size_t hash)
 

Function Documentation

template<class Map , class Key , OIIO_ENABLE_IF(pvt::has_find_with_hash< Map >::value) >
Map::iterator find_with_hash ( Map &  map,
const Key &  key,
size_t  hash 
)

Definition at line 48 of file unordered_map_concurrent.h.