libpsynth 0.2.1
Public Member Functions | Public Attributes
psynth::sound::MutableHomogeneousFrameConcept< F > Struct Template Reference

Homogeneous frame concept that allows for changing its samples. More...

#include <concept.hpp>

List of all members.

Public Member Functions

void constraints ()

Public Attributes

p

Detailed Description

template<typename F>
struct psynth::sound::MutableHomogeneousFrameConcept< F >

Homogeneous frame concept that allows for changing its samples.

concept MutableHomogeneousFrameConcept<HomogeneousFrameConcept P> :
           MutableHomogeneousChannelBaseConcept<F> { 
    F::template element_reference_type<F>::type operator[](P p,
    std::size_t i) {
     return dynamic_at_c(p,i); }
};

Member Function Documentation

template<typename F >
void psynth::sound::MutableHomogeneousFrameConcept< F >::constraints ( ) [inline]

Member Data Documentation

template<typename F >
F psynth::sound::MutableHomogeneousFrameConcept< F >::p

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