Compares two guards for different guarded objects.
Synopsis
Declared in <folly/io/async/DelayedDestructionBase.h>
bool
operator!=(
DelayedDestructionBase::DestructorGuard const& left,
DelayedDestructionBase::DestructorGuard const& right);
Return Value
true if the guards protect different objects.
Parameters
Name |
Description |
left |
The left‐hand guard. |
right |
The right‐hand guard. |
Created with MrDocs