|
libpsynth 0.2.1
|
default_construct_frames More...
|
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. | |
default_construct_frames
invokes the default constructor on every frame of an image 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
1.7.4