|
libpsynth 0.2.1
|
Two channel bases are compatible if they have the same channel space and their elements are compatible, semantic-pairwise. More...
#include <concept.hpp>
Public Member Functions | |
| void | constraints () |
Two channel bases are compatible if they have the same channel space and their elements are compatible, semantic-pairwise.
concept ChannelBasesCompatibleConcept<ChannelBaseConcept C1, ChannelBaseConcept C2> {
where SameType<C1::layout_t::channel_space_t, C2::layout_t::channel_space_t>;
// also, for all K in [0 ... size<C1>::value):
// where Convertible<kth_semantic_element_type<C1,K>::type,
kth_semantic_element_type<C2,K>::type>;
// where Convertible<kth_semantic_element_type<C2,K>::type,
kth_semantic_element_type<C1,K>::type>;
};
| void psynth::sound::ChannelBasesCompatibleConcept< ChannelBase1, ChannelBase2 >::constraints | ( | ) | [inline] |
1.7.4