|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
| struct | is_unbounded_array< T > |
| Checks whether T is an array type of unknown bound. Provides the member constant value which is equal to true, if T is an array type of unknown bound. Otherwise, value is equal to false. More... | |
| struct | is_unbounded_array< T[]> |
Namespaces | |
| namespace | etl |
Variables | |
| template<typename T > | |
| constexpr bool | is_unbounded_array_v = is_unbounded_array<T>::value |