LLNL / ygm

Other
31 stars 22 forks source link

Move Constructor for Set #166

Closed steiltre closed 1 year ago

steiltre commented 1 year ago

Adds a move constructor to ygm::container::detail::set_impl. This change is necessary to use containers inside of a std::vector, even when using emplace_back() to construct in-place.

This change is being implemented exclusively for the YGM set currently. Other containers will be handled after impl's are removed.