Template Numerical Library version\ main:1437bf49
Loading...
Searching...
No Matches
TNL::IsArrayType< T > Struct Template Reference

Type trait for checking if T is an array type, e.g. Containers::Array or Containers::Vector. More...

#include <TNL/TypeTraits.h>

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

Detailed Description

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

Type trait for checking if T is an array type, e.g. Containers::Array or Containers::Vector.

The trait combines HasGetArrayDataMethod, HasGetSizeMethod, and HasSubscriptOperator.


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