Trait that is true when the decayed T is not a std::reference_wrapper.
T
Declared in <folly/container/Array.h>
<folly/container/Array.h>
template<typename T> using not_ref_wrapper = std::negation<is_ref_wrapper<std::decay<T>::type>>;