libpsynth 0.2.1
Functions
static_fill

Equivalent to std::fill. More...

Functions

template<typename P , typename V >
PSYNTH_FORCEINLINE void psynth::sound::static_fill (P &p, const V &v)

Detailed Description

Equivalent to std::fill.

Example:

   rgb8_frame_t p;
   static_fill(p, 10);
   assert(p == rgb8_frame_t(10,10,10));

Function Documentation

template<typename P , typename V >
PSYNTH_FORCEINLINE void psynth::sound::static_fill ( P &  p,
const V &  v 
)