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

Summary

Inheritance

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