|
PMDK C++ bindings
1.2.0
This is the C++ bindings documentation for PMDK's libpmemobj.
|
Combines data access, locking, and garbage collection. More...
#include <libpmemobj++/experimental/concurrent_hash_map.hpp>


Public Types | |
| using | value_type = const typename concurrent_hash_map::value_type |
| Type of value. | |
Public Member Functions | |
| bool | empty () const |
| void | release () |
| Release accessor. | |
| const_reference | operator* () const |
| const_pointer | operator-> () const |
| const_accessor () | |
| Create empty result. | |
| ~const_accessor () | |
| Destroy result after releasing the underlying reference. | |
Combines data access, locking, and garbage collection.
|
inline |
|
inline |
|
inline |
1.8.13