libpsynth 0.2.1
Functions
ImageRangeSTLAlgorithmsDefaultConstructFrames
STL-like Algorithms

default_construct_frames More...

Collaboration diagram for ImageRangeSTLAlgorithmsDefaultConstructFrames:

Functions

template<typename Range >
PSYNTH_FORCEINLINE void psynth::sound::default_construct_frames (const Range &buf_range)
 Invokes the in-place default constructor on every frame of the (uninitialized) range.

Detailed Description

default_construct_frames

invokes the default constructor on every frame of an image range


Function Documentation

template<typename Range >
PSYNTH_FORCEINLINE void psynth::sound::default_construct_frames ( const Range &  buf_range)

Invokes the in-place default constructor on every frame of the (uninitialized) range.

Does not support planar heterogeneous ranges. If an exception is thrown destructs any in-place default-constructed frames