5#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_TYPE_TRAITS_IS_ARRAY_CONVERTIBLE_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_TYPE_TRAITS_IS_ARRAY_CONVERTIBLE_HPP_
11#include "arene/base/stdlib_choice/integral_constant.hpp"
12#include "arene/base/stdlib_choice/is_convertible.hpp"
19template <
typename From,
typename To>
22 std::is_convertible<From (*)[], To (*)[]>::
value;
26template <
typename From,
typename To>
Type trait to check if a pointer to an array of From is convertible to a pointer to an array of To.
Definition is_array_convertible.hpp:27
Definition array_exceptions_disabled.cpp:11
constexpr bool is_array_convertible_v
Type trait to check if a pointer to an array of From is convertible to a pointer to an array of To.
Definition is_array_convertible.hpp:20
Copyright 2026, Toyota Motor Corporation.
Definition array_exceptions_disabled.cpp:10