stlsoft/algorithms/bounded.hpp File Reference


Detailed Description

[C++ only] Bounded algorithms (Algorithms Library).

#include <stlsoft/stlsoft.h>
#include <stlsoft/algorithms/std/alt.hpp>
#include <iterator>
#include <utility>

Go to the source code of this file.

Namespaces

namespace  stlsoft

Functions

template<typename I, typename O>
copy_n (I src, size_t n, O dest)
 Copies N elements from the range [src, src + n) to the range [dest, dest + n).
template<typename I, typename T>
void replace_n (I src, size_t n, T const &oldValue, T const &newValue)
 Copies N elements from the range [src, src + n) to the range [dest, dest + n).


Generated on Thu Jun 10 08:58:01 2010 for STLSoft by  doxygen 1.5.6