3#ifndef TETL_TYPE_TRAITS_CONJUNCTION_HPP
4#define TETL_TYPE_TRAITS_CONJUNCTION_HPP
13template <
typename... B>
16template <
typename... B>
Definition adjacent_find.hpp:8
constexpr bool conjunction_v
Definition conjunction.hpp:17
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
Forms the logical conjunction of the type traits B..., effectively performing a logical AND on the se...
Definition conjunction.hpp:14