9#ifndef ADOBE_FUNCTIONAL_IS_MEMBER_HPP
10#define ADOBE_FUNCTIONAL_IS_MEMBER_HPP
14#include <boost/iterator/iterator_traits.hpp>
15#include <boost/range/begin.hpp>
16#include <boost/range/const_iterator.hpp>
17#include <boost/range/end.hpp>
39 bool operator()(
const typename boost::iterator_value<I>::type& x)
const {
I binary_search(I f, I l, const T &x, C c, P p)
is_member< I, less > make_is_member(I f, I l)
is_member(I f, I l, O o=O())
bool operator()(const typename boost::iterator_value< I >::type &x) const