Function Dune::XT::Common::move_if

template<class InputIt, class OutputIt, class UnaryPredicate>
OutputIt Dune::XT::Common::move_if(InputIt first, InputIt last, OutputIt d_first, UnaryPredicate pred)

same as std::copy_if, but with move