4#ifndef TETL_TYPE_TRAITS_DISJUNCTION_HPP
5#define TETL_TYPE_TRAITS_DISJUNCTION_HPP
7#include <etl/_type_traits/bool_constant.hpp>
8#include <etl/_type_traits/conditional.hpp>
14template <
typename... B>
17template <
typename...
B>
Definition adjacent_find.hpp:9
constexpr bool disjunction_v
Definition disjunction.hpp:18
Forms the logical disjunction of the type traits B..., effectively performing a logical OR on the seq...
Definition disjunction.hpp:15