Returns the weak pointer cached for the current core.

Synopsis

Declared in <folly/concurrency/CoreCachedSharedPtr.h>

std::weak_ptr<T>
get() const;

Return Value

A copy of the held weak pointer.

Created with MrDocs