tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_bounded_array.hpp File Reference

Go to the source code of this file.

Classes

struct  is_bounded_array< T >
 Checks whether T is an array type of known bound. Provides the member constant value which is equal to true, if T is an array type of known bound. Otherwise, value is equal to false. More...
 
struct  is_bounded_array< T[N]>
 

Namespaces

namespace  etl
 

Variables

template<typename T>
constexpr bool is_bounded_array_v = is_bounded_array<T>::value