|
Boost : |
From: Seth (bugs_at_[hidden])
Date: 2022-01-01 14:58:15
I can't speak to the reasons why it's not in `boost::array` (but note that nothing like that ever got standardized either).
I suppose that the equivalent to `T[N][M]` is already `array<array<T, N>, M>`.
Also, the obvious suggestion would be to use Boost MultiArray https://www.boost.org/doc/libs/1_78_0/libs/multi_array/doc/user.html
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk