libpsynth 0.2.1
Public Member Functions
psynth::sound::ChannelSpacesCompatibleConcept< Cs1, Cs2 > Struct Template Reference

Two channel spaces are compatible if they are the same. More...

#include <concept.hpp>

List of all members.

Public Member Functions

void constraints ()

Detailed Description

template<typename Cs1, typename Cs2>
struct psynth::sound::ChannelSpacesCompatibleConcept< Cs1, Cs2 >

Two channel spaces are compatible if they are the same.

concept ChannelSpacesCompatibleConcept<ChannelSpaceConcept Cs1,
    ChannelSpaceConcept Cs2> {
    where SameType<Cs1,Cs2>;
};

Member Function Documentation

template<typename Cs1 , typename Cs2 >
void psynth::sound::ChannelSpacesCompatibleConcept< Cs1, Cs2 >::constraints ( ) [inline]

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