Requires that the mutex be held at least in shared mode (read mode) by this thread.
Synopsis
Declared in <absl/synchronization/mutex.h>
void
AssertReaderHeld() const;
Description
Intended only as a debugging aid; it doesn't guarantee correctness.
Created with MrDocs