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
Returns a reference to the thread‐local snapshot.
Declared in <folly/observer/Observer.h>
Snapshot<T> const&
operator*() const;
A reference to the current snapshot.
Created with MrDocs