sprint 1-alpha
Namespaces | Functions
sprint/algorithm.h File Reference

some algorithms like sprint::copy, sprint::set, sprint::zero More...

Go to the source code of this file.

Namespaces

namespace  sprint
 

Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux.


Functions

template<class D , class S >
void sprint::copy (D &dst, const S &src, unsigned int len)
 Copia tra due array o std::vector Questa non \`e una semplice copia come fa std::copy ma e' un `generator', che a differenza di std::generator permette sia di usare vector e array oltre a funzioni proprietarie.
template<class D , class S >
void sprint::set (D &dst, const S value, unsigned int len)
template<class D >
void sprint::zero (D *dst, unsigned int len)

Detailed Description

some algorithms like sprint::copy, sprint::set, sprint::zero

Author:
Paolo Medici
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines