#include <stl_algobase.h>
Public Methods | |
| OutputIterator | operator() (InputIterator first, InputIterator last, OutputIterator result) |
|
||||||||||||||||||||
|
Definition at line 137 of file stl_algobase.h. References __copy, and iterator_category.
00138 {
00139 return __copy(first, last, result, iterator_category(first));
00140 }
|
| Documentation generated on Thu May 2 15:03:14 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |