libpsynth 0.2.1
Public Member Functions
psynth::sound::FramesCompatibleConcept< F1, F2 > Struct Template Reference

Concept for frame compatibility. More...

#include <concept.hpp>

List of all members.

Public Member Functions

void constraints ()

Detailed Description

template<typename F1, typename F2>
struct psynth::sound::FramesCompatibleConcept< F1, F2 >

Concept for frame compatibility.

Frames are compatible if their samples and channel space types are compatible. Compatible frames can be assigned and copy constructed from one another.

concept FramesCompatibleConcept<FrameConcept P1, FrameConcept P2> :
          ChannelBasesCompatibleConcept<F1,F2> {
    // where for each K [0..size<F1>::value):
    //    SamplesCompatibleConcept<kth_semantic_element_type<F1,K>::type,
                kth_semantic_element_type<F2,K>::type>;
};

Member Function Documentation

template<typename F1 , typename F2 >
void psynth::sound::FramesCompatibleConcept< F1, F2 >::constraints ( ) [inline]

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