|
libpsynth 0.2.1
|
Equivalent to std::fill. More...
Functions | |
| template<typename P , typename V > | |
| PSYNTH_FORCEINLINE void | psynth::sound::static_fill (P &p, const V &v) |
Equivalent to std::fill.
Example:
rgb8_frame_t p; static_fill(p, 10); assert(p == rgb8_frame_t(10,10,10));
| PSYNTH_FORCEINLINE void psynth::sound::static_fill | ( | P & | p, |
| const V & | v | ||
| ) |
1.7.4