libpsynth 0.2.1
Public Member Functions | Public Attributes
psynth::sound::BufferRangeConcept< Range > Struct Template Reference

Psynth's 1-dimensional range over immutable Psynth frames. More...

#include <concept.hpp>

Collaboration diagram for psynth::sound::BufferRangeConcept< Range >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void constraints ()

Public Attributes

Range range

Detailed Description

template<typename Range>
struct psynth::sound::BufferRangeConcept< Range >

Psynth's 1-dimensional range over immutable Psynth frames.

concept BufferRangeConcept<RandomAccessBufferRangeConcept Range> {
    where FrameValueConcept<value_type>;
    std::size_t Range::num_channels() const;
};

Member Function Documentation

template<typename Range >
void psynth::sound::BufferRangeConcept< Range >::constraints ( ) [inline]

Member Data Documentation

template<typename Range >
Range psynth::sound::BufferRangeConcept< Range >::range

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