4#ifndef TETL_TYPE_TRAITS_CONJUNCTION_HPP
5#define TETL_TYPE_TRAITS_CONJUNCTION_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 conjunction_v
Definition conjunction.hpp:18
Forms the logical conjunction of the type traits B..., effectively performing a logical AND on the se...
Definition conjunction.hpp:15