stlab.adobe.com Adobe Systems Incorporated

Functions

template<class InputIterator , class T >
InputIterator find_not (InputIterator first, InputIterator last, const T &value)
 
template<class InputRange , class T >
boost::range_iterator< InputRange >::type find_not (InputRange &range, const T &value)
 
template<class InputRange , class T >
boost::range_const_iterator< InputRange >::type find_not (const InputRange &range, const T &value)
 

Detailed Description

find_not is similar to find, except find_not will return the first iterator i in the range [first, last) for which *i is not equal to value. Returns last if no such iterator exists.

Requirements:
  • Same as for find_if
Complexity Guarantees:
  • Same as for find_if

Function Documentation

◆ find_not() [1/3]

InputIterator adobe::find_not ( InputIterator  first,
InputIterator  last,
const T &  value 
)

Definition at line 115 of file find.hpp.

◆ find_not() [2/3]

boost::range_iterator<InputRange>::type adobe::find_not ( InputRange &  range,
const T &  value 
)

find_not implementation

Definition at line 127 of file find.hpp.

◆ find_not() [3/3]

boost::range_const_iterator<InputRange>::type adobe::find_not ( const InputRange &  range,
const T &  value 
)

find_not implementation

Definition at line 139 of file find.hpp.

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