Returns the stored raw pointer.

Synopsis

Declared in <folly/PackedSyncPtr.h>

T*
get() const;

Description

This may be called without holding the lock, with the usual behavior of reading a pointer without locking.

Return Value

The stored raw pointer.

Created with MrDocs