9 Apr
2021
9 Apr
'21
12:54 p.m.
On Fri, Apr 9, 2021 at 2:47 PM Ivica B via Boost
multivector
mvect; Each type is held in a separate std::vector for that type. So in the above case, multivector consists of three std::vectors: std::vector<rectangle>, std::vector<circle> and std::vector<triangle>.
Sounds a bit like https://www.boost.org/doc/libs/1_75_0/doc/html/poly_collection.html no? --DD