folly::AnnotatedLockGuard::AnnotatedLockGuard

Deleted move constructor; the guard is not movable.

Synopsis

Declared in <folly/synchronization/ThreadAnnotations.h>

AnnotatedLockGuard(AnnotatedLockGuard&& other) = delete;

Parameters

NameDescription
otherThe object to move construct from