|
libpsynth 0.2.1
|
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>
Public Member Functions | |
| void | constraints () |
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> >;
};
| void psynth::sound::HasDynamicStepTypeConcept< T >::constraints | ( | ) | [inline] |
1.7.4