Skip to content

ncarray::IndexArg

template<typename IdxT>
concept= integral<decay_t<IdxT>> ||
same_as<decay_t<IdxT>, Slice> ||
same_as<decay_t<IdxT>, Ellipsis>;

Determines whether an object as an allowable argument to array indexing functions.