AnyExpressionOrScalar
AnyExpressionOrScalar
Section titled “AnyExpressionOrScalar”#include <ncarray/expression/interface.hh>template<typename T>concept AnyExpressionOrScalarDefined in src/lib/ncarray/expression/interface.hh:82
Test for supported types of objects when creating expressions for evaluation.
This includes anything that descends from the ExpressionTag, the Scalar variant and true C++ types if they reside in the many type list from dtype.hh.