cpp17::disjunction< First, Rest...>

Summary

Inheritance

Inherits from: std::conditional_t< bool(First::value), First, disjunction< Rest...> >