Closed mhoemmen closed 6 months ago
Implement P2389R1, which will be submitted by 2024/04/12. The proposal adds a dims template alias that looks like this.
dims
template<size_t Rank, class IndexType = size_t> using dims = dextents<IndexType, Rank>;
Implement P2389R1, which will be submitted by 2024/04/12. The proposal adds a
dims
template alias that looks like this.