Stratax 0.3.1
Loading...
Searching...
No Matches
is_array< T > Struct Template Reference

Trait identifying supported Stratax owning array specializations. More...

#include <Concepts.hpp>

Inheritance diagram for is_array< T >:
Collaboration diagram for is_array< T >:

Detailed Description

template<typename T>
struct is_array< T >

Trait identifying supported Stratax owning array specializations.

The primary template is false. Specializations for Vector, Matrix, and Tensor are true when their element type satisfies DType.

Template Parameters
TType to inspect. Use Array when cv/ref normalization is desired.

Definition at line 95 of file Concepts.hpp.


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