Assignment operators

Synopses

Declared in <folly/observer/Observer.h>

Copy assignment operator; invalidates the cache.

Move assignment operator; invalidates the cache.

Rebinds this AtomicObserver to a new underlying Observer.

Return Value

A reference to this AtomicObserver.

Parameters

Name

Description

other

The AtomicObserver to copy from.

observer

The Observer to cache.

Created with MrDocs