stlab.adobe.com Adobe Systems Incorporated

remove.hpp File Reference

#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 InputRange , class T >
boost::range_iterator
< InputRange >::type 
remove (InputRange &range, const T &value)
template<class InputRange , class OutputIterator , class T >
boost::range_iterator
< InputRange >::type 
remove_copy (InputRange &range, OutputIterator result, const T &value)
template<class InputRange , class OutputIterator , class T >
boost::range_const_iterator
< InputRange >::type 
remove_copy (const InputRange &range, OutputIterator result, const T &value)
template<class InputRange , class OutputIterator , class Predicate >
boost::range_iterator
< InputRange >::type 
remove_copy_if (InputRange &range, OutputIterator result, Predicate pred)
template<class InputRange , class OutputIterator , class Predicate >
boost::range_const_iterator
< InputRange >::type 
remove_copy_if (const InputRange &range, OutputIterator result, Predicate pred)
template<class InputIterator , class OutputIterator , class Predicate >
InputIterator remove_copy_if (InputIterator first, InputIterator last, OutputIterator result, Predicate pred)
template<class InputRange , class Predicate >
boost::range_iterator
< InputRange >::type 
remove_if (InputRange &range, Predicate pred)
template<class InputIterator , class Predicate >
InputIterator remove_if (InputIterator first, InputIterator last, Predicate pred)

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google