Loading [MathJax]/extensions/TeX/AMSsymbols.js
Template Numerical Library version\ main:60862f96
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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 >:
Collaboration diagram for TNL::IsStaticArrayType< T >:

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: