boost::gil::HasDynamicXStepTypeConcept
Concept for iterators, locators and views that can define a type just like the given iterator, locator or view, except it supports runtime specified step along the X navigation.
Description
concept HasDynamicXStepTypeConcept<typename T>
{
typename dynamic_x_step_type<T>;
where Metafunction<dynamic_x_step_type<T> >;
};
Member Functions
Name |
Created with MrDocs