5#ifndef combined_ordered_container_H
6#define combined_ordered_container_H
18 template <
class Cont,
class CMP=std::less<
typename Cont::value_type> >
combined_ordered_iterator< typename Cont::const_iterator, CMP > iterator
Cont::value_type value_type
const_iterator end() const
combined_ordered_iterator< typename Cont::const_iterator, CMP > const_iterator
combined_ordered_container(const Cont &c1, const Cont &c2)
const_iterator begin() const
A helper class that provides iterators over elements in two separate ordered containers as if the ele...