#include <adobe/config.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/bind.hpp>
#include <algorithm>
Go to the source code of this file.
Namespaces |
namespace | adobe |
Functions |
template<class InputRange1 , class InputRange2 > |
bool | lexicographical_compare (const InputRange1 &range1, const InputRange2 &range2) |
template<class InputRange1 , class InputRange2 , class Compare > |
bool | lexicographical_compare (const InputRange1 &range1, const InputRange2 &range2, Compare comp) |
template<class InputIterator1 , class InputIterator2 , class Compare > |
bool | lexicographical_compare (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, InputIterator2 last2, Compare comp) |