|
libpsynth 0.2.1
|
Concept for frame compatibility. More...
#include <concept.hpp>
Public Member Functions | |
| void | constraints () |
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>;
};
| void psynth::sound::FramesCompatibleConcept< F1, F2 >::constraints | ( | ) | [inline] |
1.7.4