4#ifndef TETL_TYPE_TRAITS_IS_BOUNDED_ARRAY_HPP
5#define TETL_TYPE_TRAITS_IS_BOUNDED_ARRAY_HPP
7#include <etl/_cstddef/size_t.hpp>
8#include <etl/_type_traits/bool_constant.hpp>
18template <
typename T, size_t N>
Definition adjacent_find.hpp:9
constexpr bool is_bounded_array_v
Definition is_bounded_array.hpp:22
Checks whether T is an array type of known bound. Provides the member constant value which is equal t...
Definition is_bounded_array.hpp:16