|
libpsynth 0.2.1
|
Homogeneous frame concept that allows for changing its samples. More...
#include <concept.hpp>
Public Member Functions | |
| void | constraints () |
Public Attributes | |
| F | p |
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); }
};
| void psynth::sound::MutableHomogeneousFrameConcept< F >::constraints | ( | ) | [inline] |
| F psynth::sound::MutableHomogeneousFrameConcept< F >::p |
1.7.4