21 May
2024
21 May
'24
9:06 p.m.
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.htm... 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). https://www.boost.org/doc/libs/1_85_0/doc/html/intrusive/value_traits.html#i... Not sure if this is what you are looking for. Ion