6 Jan
2022
6 Jan
'22
6:47 a.m.
Von: "Seth via Boost"
On Sun, Jan 2, 2022, at 10:03 PM, Helmut Zeisel via Boost wrote:
Do you really need a nested array?
You could also use a flat array and an adapter for the index, e,g,
except reinventing the wheel for indexing the flat storage.
To avoid further reinventing the wheel: is there some multi dimensional array index adapter available in boost or in some other free librarry? Helmut