[Boost-users] bimap: one to many

2020-03-12 Thread MM via Boost-users
Hello I want a collection to store a relationship N to M like so: Item of type A Item of type B A1B1,B2,B3 A2B4 A3B1 and I would like a convenient way to get from a A instan

[Boost-users] container: static_vector and type traits

2022-03-15 Thread MM via Boost-users
Hello Should static_vector be of standard layout and/or trivially copyable? depending on the element type I see this outputs false std::cout << std::is_standard_layout_v> << std::endl; std::cout << std::is_trivially_copyable_v> << std::endl; Rds, ___ B

[Boost-users] [python] to_python_converter , is by value needed?

2023-12-04 Thread MM via Boost-users
Hello, I have posted a question here some time ago, I thought to try here as well https://stackoverflow.com/questions/77552946/to-python-converter-is-by-value-needed The community of experts in boost.python seems to have moved off to other concerns? Rds, ___