libpsynth 0.2.1
Functions
transform_frames
STL-like Algorithms

std::transform for image ranges More...

Collaboration diagram for transform_frames:

Functions

template<typename Range1 , typename Range2 , typename Range3 , typename F >
PSYNTH_FORCEINLINE F psynth::sound::transform_frames (const Range1 &src1, const Range2 &src2, const Range3 &dst, F fun)
 transform_frames with two sources

Detailed Description

std::transform for image ranges

std::transform for image ranges

Todo:
Implement with STL?

Function Documentation

template<typename Range1 , typename Range2 , typename Range3 , typename F >
PSYNTH_FORCEINLINE F psynth::sound::transform_frames ( const Range1 &  src1,
const Range2 &  src2,
const Range3 &  dst,
fun 
)

transform_frames with two sources