Returns a reference to the thread‐local snapshot.

Synopsis

Declared in <folly/observer/Observer.h>

Snapshot<T> const&
operator*() const;

Return Value

A reference to the current snapshot.

Created with MrDocs