Skip to content

Instantly share code, notes, and snippets.

@rchatsiri
Created August 16, 2010 02:23
Show Gist options
  • Save rchatsiri/526282 to your computer and use it in GitHub Desktop.
Save rchatsiri/526282 to your computer and use it in GitHub Desktop.
template<typename Iter,typename T>
where
Inputiterator<Iter> &&
EqualityComparable<Inputiterator< Iter >::value_type,T>
find( Iter first, Iter last, const T& value){
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment