TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
nda::StdArrayOfLong Concept Reference

#include <nda/concepts.hpp>

Detailed Description

Check if a given type is of type std::array<long, R> for some arbitrary R.

The shape and the strides of every nda::MemoryArray type is represented as a std::array<long, R>, where R is the rank of the array.

Template Parameters
TType to check.

Definition at line 112 of file concepts.hpp.

Concept definition

template<class T>
concept nda::StdArrayOfLong = detail::is_std_array_of_long_v<T>
Check if a given type is of type std::array<long, R> for some arbitrary R.
Definition concepts.hpp:112