Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

__copy_dispatch Struct Template Reference

#include <stl_algobase.h>

List of all members.

Public Methods

OutputIterator operator() (InputIterator first, InputIterator last, OutputIterator result)

template<class InputIterator, class OutputIterator>
struct __copy_dispatch< InputIterator, OutputIterator >


Member Function Documentation

template<class InputIterator, class OutputIterator>
OutputIterator __copy_dispatch< InputIterator, OutputIterator >::operator() InputIterator    first,
InputIterator    last,
OutputIterator    result
[inline]
 

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   }


The documentation for this struct was generated from the following file:
logo OpenMask

Documentation generated on Thu May 2 15:03:14 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001