4#ifndef TETL_TYPE_TRAITS_IS_UNBOUNDED_ARRAY_HPP
5#define TETL_TYPE_TRAITS_IS_UNBOUNDED_ARRAY_HPP
7#include <etl/_type_traits/bool_constant.hpp>
Definition adjacent_find.hpp:9
constexpr bool is_unbounded_array_v
Definition is_unbounded_array.hpp:21
Checks whether T is an array type of unknown bound. Provides the member constant value which is equal...
Definition is_unbounded_array.hpp:15