Yields the decayed type unless T is an Observer, in which case it is empty.

Synopsis

Declared in <folly/observer/Observer‐pre.h>

template<typename T>
struct NonObserver;

Type Aliases

Name

Description

type

The decayed non‐`Observer` type.

Specializations