|
Audio Processing Framework (APF) version 0.5.0
|
Helper class. More...
#include <apf/iterator.h>
Public Member Functions | |
| output_proxy (I &i) | |
| Constructor. More... | |
| template<typename V > | |
| output_proxy & | operator= (const V &v) |
| Assignment operator. More... | |
Helper class.
Definition at line 460 of file iterator.h.
|
inlineexplicit |
|
inline |
Assignment operator.
Value v is added to the current value on assignment.
Definition at line 469 of file iterator.h.