#include <boost/concept_check.hpp>#include <boost/range/begin.hpp>#include <boost/range/end.hpp>#include <boost/range/concepts.hpp>#include <algorithm>

| Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::range | |
| Functions | |
| template<class BidirectionalRange > | |
| BidirectionalRange & | boost::range::inplace_merge (BidirectionalRange &rng, BOOST_DEDUCED_TYPENAME range_iterator< BidirectionalRange >::type middle) | 
| template function inplace_merge  More... | |
| template<class BidirectionalRange > | |
| const BidirectionalRange & | boost::range::inplace_merge (const BidirectionalRange &rng, BOOST_DEDUCED_TYPENAME boost::range_iterator< const BidirectionalRange >::type middle) | 
| template<class BidirectionalRange , class BinaryPredicate > | |
| BidirectionalRange & | boost::range::inplace_merge (BidirectionalRange &rng, BOOST_DEDUCED_TYPENAME boost::range_iterator< BidirectionalRange >::type middle, BinaryPredicate pred) | 
| template<class BidirectionalRange , class BinaryPredicate > | |
| const BidirectionalRange & | boost::range::inplace_merge (const BidirectionalRange &rng, BOOST_DEDUCED_TYPENAME boost::range_iterator< const BidirectionalRange >::type middle, BinaryPredicate pred) |