Deprecated alias for std::disjunction. Prefer the std version directly.

Synopsis

Declared in <absl/meta/type_traits.h>

template<class... T>
using disjunction [[deprecated]] = std::disjunction<T...>;
Warning

Deprecated. Use of this entity is allowed but discouraged.

Created with MrDocs