libpsynth 0.2.1
Public Member Functions
psynth::sound::HomogeneousFrameBasedConcept< P > Struct Template Reference

Concept for homogeneous frame-based Psynth constructs. More...

#include <concept.hpp>

List of all members.

Public Member Functions

void constraints ()

Detailed Description

template<typename P>
struct psynth::sound::HomogeneousFrameBasedConcept< P >

Concept for homogeneous frame-based Psynth constructs.

concept HomogeneousFrameBasedConcept<FrameBasedConcept T> {
    typename sample_type<T>;         
        where Metafunction<sample_type<T> >;
        where SampleConcept<sample_type<T>::type>;
};

Member Function Documentation

template<typename P >
void psynth::sound::HomogeneousFrameBasedConcept< P >::constraints ( ) [inline]

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