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

#include <nda/concepts.hpp>

Detailed Description

Check if if a given type is either an nda::Array or an nda::Scalar.

Template Parameters
ASType to check.

Definition at line 282 of file concepts.hpp.

Concept definition

template<typename AS>
Check if if a given type is either an nda::Array or an nda::Scalar.
Definition concepts.hpp:282
Check if a given type satisfies the array concept.
Definition concepts.hpp:230
Check if a given type is either an arithmetic or complex type.
Definition concepts.hpp:119