FairMQ/test/parts
Dennis Klein a58b4870d7 feat(Parts): Refine and tweak
* Optimize appending another Parts container
* Remove redundant/verbose comments
* Change r-value args to move-only types into l-value args for
  readability
* Deprecate `AtRef(int)`, redundant, just dereference at call site
* Deprecate `AddPart(Message*)`, avoid owning raw pointer args
* Add various const overloads
* Add `Empty()` and `Clear()` member functions
* Add `noexcept` where applicable
2023-02-24 13:59:27 +01:00
..
_add_part.cxx feat(Parts): Refine and tweak 2023-02-24 13:59:27 +01:00
_iterator_interface.cxx Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00