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

Homogeneous frame concept. More...

#include <concept.hpp>

List of all members.

Public Member Functions

void constraints ()

Public Attributes

p

Detailed Description

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

Homogeneous frame concept.

concept HomogeneousFrameConcept<FrameConcept P> :
   HomogeneousChannelBaseConcept<F>, HomogeneousFrameBasedConcept<F> { 
     F::template element_const_reference_type<F>::type operator[] (
          P p, std::size_t i) const { return dynamic_at_c(p,i); }
};

Member Function Documentation

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

Member Data Documentation

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

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