Add {stableP,p}artition{Position,ByMask}, and bind_front
- {stableP,p}artitionPosition allow parititioning of data based on a predicate which takes an iterator to an element
- {stableP,p}artitionByMask partitions data given an (external) mask (implemented by forwarding to {stableP,p}artitionPosition)
- LHCb::cxx::bind_front is a C++17 implementation of C++20 std::bind_front
see unit tests for examples
Edited by Gerhard Raven