9 Jan
2022
9 Jan
'22
5:46 a.m.
Von: "Ivan Matek"
On Fri, Jan 7, 2022 at 8:16 AM Helmut Zeisel via Boost wrote: 1) boost::multi_array_ref does not own the memory (which creates at least the memory overhead of one pointer) AFAIK boost::multi_array (no _ref suffix) owns memory, but it still does 1 heap allocation.
Yes.
What I have in mind, however, (as I mentioned already ealier) is some general adapter class
template