ncarray::IndexArg
ncarray::IndexArg
Section titled “ncarray::IndexArg”Definition
Section titled “Definition”template<typename IdxT>concept= integral<decay_t<IdxT>> || same_as<decay_t<IdxT>, Slice> || same_as<decay_t<IdxT>, Ellipsis>;Detailed Description
Section titled “Detailed Description”Determines whether an object as an allowable argument to array indexing functions.