libpsynth 0.2.1
Public Types | Static Public Member Functions
psynth::sound::iterator_add_deref< Iterator, Deref > Struct Template Reference

Returns the type (and creates an instance) of an iterator that invokes the given dereference adaptor upon dereferencing. More...

#include <frame_iterator_adaptor.hpp>

List of all members.

Public Types

typedef
dereference_iterator_adaptor
< Iterator, Deref > 
type

Static Public Member Functions

static type make (const Iterator &it, const Deref &d)

Detailed Description

template<typename Iterator, typename Deref>
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.


Member Typedef Documentation

template<typename Iterator, typename Deref>
typedef dereference_iterator_adaptor<Iterator, Deref> psynth::sound::iterator_add_deref< Iterator, Deref >::type

Member Function Documentation

template<typename Iterator, typename Deref>
static type psynth::sound::iterator_add_deref< Iterator, Deref >::make ( const Iterator &  it,
const Deref &  d 
) [inline, static]

The documentation for this struct was generated from the following file: