Signal/Geometry Processing Library (SPL)  2.0.8
misc.hpp File Reference

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...
 

Detailed Description

This file contains miscellaneous code.

Function Documentation

◆ copy_n()

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.