5#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_TYPE_TRAITS_IS_ONE_OF_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_TYPE_TRAITS_IS_ONE_OF_HPP_
11#include "arene/base/stdlib_choice/integral_constant.hpp"
12#include "arene/base/stdlib_choice/is_same.hpp"
13#include "arene/base/type_traits/any_of.hpp"
25template <
typename T,
typename...
Ts>
36template <
typename T,
typename... Ts>
Query if the type 'T' is one of the list of types 'Ts...'.
Definition is_one_of.hpp:37
Definition array_exceptions_disabled.cpp:11
constexpr bool is_one_of_v
Query if the type 'T' is one of the list of types 'Ts...'.
Definition is_one_of.hpp:26
Copyright 2026, Toyota Motor Corporation.
Definition array_exceptions_disabled.cpp:10