reset overloads
Declared in <folly/concurrency/CoreCachedSharedPtr.h>
Clears all core-local weak references.
void
reset();
» more...
Repopulates the core-local weak references from a cached shared pointer.
void
reset(CoreCachedSharedPtr<T, kMaxSlots> const& p);
» more...
| Name | Description |
|---|---|
| p | The core-cached shared pointer to observe. |