3#ifndef TETL_TYPE_TRAITS_DISJUNCTION_HPP
4#define TETL_TYPE_TRAITS_DISJUNCTION_HPP
13template <
typename... B>
16template <
typename... B>
Definition adjacent_find.hpp:8
constexpr bool disjunction_v
Definition disjunction.hpp:17
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
Forms the logical disjunction of the type traits B..., effectively performing a logical OR on the seq...
Definition disjunction.hpp:14