|
libpsynth 0.2.1
|
An iterator that invokes a provided function object upon dereference. More...
Classes | |
| class | psynth::sound::dereference_iterator_adaptor< Iterator, DFn > |
| An adaptor over an existing iterator that provides for custom filter on dereferencing the object. More... | |
| struct | psynth::sound::iterator_add_deref< Iterator, Deref > |
| Returns the type (and creates an instance) of an iterator that invokes the given dereference adaptor upon dereferencing. More... | |
| struct | psynth::sound::iterator_add_deref< dereference_iterator_adaptor< Iterator, PrevDeref >, Deref > |
| For dereference iterator adaptors, compose the new function object after the old one. More... | |
An iterator that invokes a provided function object upon dereference.
1.7.4