libpsynth 0.2.1
Public Member Functions
psynth::sound::HasDynamicStepTypeConcept< T > Struct Template Reference

Concept for iterators, locators and ranges that can define a type just like the given iterator/locator/range, except it supports runtime specified step along the X navigation. More...

#include <concept.hpp>

List of all members.

Public Member Functions

void constraints ()

Detailed Description

template<typename T>
struct psynth::sound::HasDynamicStepTypeConcept< T >

Concept for iterators, locators and ranges that can define a type just like the given iterator/locator/range, except it supports runtime specified step along the X navigation.

concept HasDynamicStepTypeConcept<typename T> {
    typename dynamic_step_type<T>;
        where Metafunction<dynamic_step_type<T> >;
};

Member Function Documentation

template<typename T >
void psynth::sound::HasDynamicStepTypeConcept< T >::constraints ( ) [inline]

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