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

#include <nda/concepts.hpp>

Detailed Description

Check if a given type is an nda::MemoryArray of a certain rank.

Template Parameters
AType to check.
RRank of the nda::MemoryArray type.

Definition at line 275 of file concepts.hpp.

Concept definition

template<typename A, int R>
Check if a given type satisfies the memory array concept.
Definition concepts.hpp:248
Check if a given type is an nda::MemoryArray of a certain rank.
Definition concepts.hpp:275
constexpr int get_rank
Constexpr variable that specifies the rank of an nda::Array or of a contiguous 1-dimensional range.
Definition traits.hpp:136