|
libpsynth 0.2.1
|
Represents a unary function object that can be invoked upon dereferencing a frame iterator. More...
#include <concept.hpp>
Public Member Functions | |
| void | constraints () |
Public Attributes | |
| D | 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>;
};
| void psynth::sound::FrameDereferenceAdaptorConcept< D >::constraints | ( | ) | [inline] |
| D psynth::sound::FrameDereferenceAdaptorConcept< D >::d |
1.7.4