Skip to content

AnyExpressionOrScalar

#include <ncarray/expression/interface.hh>
template<typename T>
concept AnyExpressionOrScalar

Defined 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.