|
Boost : |
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2024-05-21 21:06:14
El 21/05/2024 a las 21:31, Niall Douglas via Boost escribió:
> Boost.Intrusive requires you to inject stuff into your values.
Intrusive also offers pure algorithms that don't require hooks:
https://www.boost.org/doc/libs/1_85_0/doc/html/intrusive/node_algorithms.html
or you if your type can afford it, you can specify the relationship
between your value type and the node (and both can be the same type).
Not sure if this is what you are looking for.
Ion
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk