5#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_TYPE_TRAITS_DISJUNCTION_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_TYPE_TRAITS_DISJUNCTION_HPP_
11#include "arene/base/stdlib_choice/integral_constant.hpp"
12#include "arene/base/type_traits/conditional.hpp"
29template <
typename BoolTrait>
35template <
typename BoolTrait,
typename... Rest>
Combines the values of multiple boolean type traits with a logical OR operation.
Definition disjunction.hpp:25
Definition array_exceptions_disabled.cpp:11
constexpr bool disjunction_v
The combined value of multiple boolean type traits through a logical OR operation.
Copyright 2026, Toyota Motor Corporation.
Definition array_exceptions_disabled.cpp:10