2 Jan
2022
2 Jan
'22
2:34 p.m.
On Sun, Jan 2, 2022 at 3:21 PM Seth via Boost
This demos some of the Multi-Array interface with zero dynamic allocation. The library has more expressive indexing/layout options (see "general storage ordering" https://www.boost.org/doc/libs/1_78_0/libs/multi_array/doc/user.html#sec_sto... ).
Nice that I learned about this since I might need it in the future, but it is not really what I want if I really understand how it works. This is something like a string_view/span (nonowning type). I would just want a simple no heap alloc value type like std::array but with multiple dimensions.