libpsynth 0.2.1
Public Member Functions | Public Attributes
psynth::sound::FrameDereferenceAdaptorConcept< D > Struct Template Reference

Represents a unary function object that can be invoked upon dereferencing a frame iterator. More...

#include <concept.hpp>

List of all members.

Public Member Functions

void constraints ()

Public Attributes

d

Detailed Description

template<typename D>
struct psynth::sound::FrameDereferenceAdaptorConcept< D >

Represents a unary function object that can be invoked upon dereferencing a frame iterator.

This can perform an arbitrary computation, such as channel conversion or table lookup

concept FrameDereferenceAdaptorConcept<boost::UnaryFunctionConcept D>
  : DefaultConstructibleConcept<D>, base::CopyConstructibleConcept<D>,
    AssignableConcept<D>  {
    typename const_t;         where FrameDereferenceAdaptorConcept<const_t>;
    typename value_type;      where FrameValueConcept<value_type>;
    typename reference;         // may be mutable
    typename const_reference;   // must not be mutable
    static const bool D::is_mutable;

    where Convertible<value_type,result_type>;
};

Member Function Documentation

template<typename D >
void psynth::sound::FrameDereferenceAdaptorConcept< D >::constraints ( ) [inline]

Member Data Documentation

template<typename D >
D psynth::sound::FrameDereferenceAdaptorConcept< D >::d

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