Home
last modified time | relevance | path

Searched refs:Conjunction (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/
DTraits.h139 struct Conjunction : std::true_type {}; struct
141 struct Conjunction<T> : T {};
143 struct Conjunction<T, TList...>
144 : std::conditional<T::value, Conjunction<TList...>, T>::type {};
/rocksdb-6.9/third-party/folly/folly/container/
DArray.h34 folly::Conjunction<not_ref_wrapper<TList>...>::value,