3#ifndef TETL_TYPE_TRAITS_IS_BOUNDED_ARRAY_HPP
4#define TETL_TYPE_TRAITS_IS_BOUNDED_ARRAY_HPP
16template <
typename T,
size_t N>
Definition adjacent_find.hpp:8
constexpr bool is_bounded_array_v
Definition is_bounded_array.hpp:20
bool_constant< true > true_type
Definition bool_constant.hpp:13
bool_constant< false > false_type
Definition bool_constant.hpp:14
static constexpr bool value
Definition integral_constant.hpp:10
Checks whether T is an array type of known bound. Provides the member constant value which is equal t...
Definition is_bounded_array.hpp:14