folly::array_detail::not_ref_wrapper

Trait that is true when the decayed T is not a std::reference_wrapper.

Synopsis

Declared in <folly/container/Array.h>

template<typename T>
using not_ref_wrapper = std::negation<is_ref_wrapper<std::decay<T>::type>>;