Template Numerical Library version\ main:94209208
Loading...
Searching...
No Matches
TNL::IsStaticArrayType< T > Struct Template Reference

Type trait for checking if T is a static array type. More...

#include <TNL/TypeTraits.h>

Inheritance diagram for TNL::IsStaticArrayType< T >:
Inheritance graph
[legend]
Collaboration diagram for TNL::IsStaticArrayType< T >:
Collaboration graph
[legend]

Detailed Description

template<typename T>
struct TNL::IsStaticArrayType< T >

Type trait for checking if T is a static array type.

Static array types are array types which have a constexpr getSize method.


The documentation for this struct was generated from the following file: