This file contains miscellaneous code. More...
#include <SPL/config.hpp>
Go to the source code of this file.
Functions | |
template<class InputIterator , class Size , class OutputIterator > | |
OutputIterator | SPL::copy_n (InputIterator first, Size count, OutputIterator result) |
This template function is equivalent to std::copy_n in the new C++ 0x standard. More... | |
This file contains miscellaneous code.