|
Grok 20.3.2
|
RAII locker for synchronizing access to a min-heap with a real mutex. More...
#include <MinHeap.h>
Public Member Functions | |
| MinHeapLocker (std::mutex &mut) | |
Private Attributes | |
| std::lock_guard< std::mutex > | lock |
RAII locker for synchronizing access to a min-heap with a real mutex.
|
inlineexplicit |
References lock.
|
private |
Referenced by MinHeapLocker().