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
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
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,
___