folly::observer::ObserverTraits

Maps a value type to the observer type used to cache it.

Synopsis

Declared in <folly/observer/Observer.h>

template<
    typename T,
    bool CacheInThreadLocal>
struct ObserverTraits;

Specializations

Name
ObserverTraits<T, false>
ObserverTraits<T, true>