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.

Synopsis

template<typename T>
struct HasDynamicXStepTypeConcept;

Description

concept HasDynamicXStepTypeConcept<typename T>
{
    typename dynamic_x_step_type<T>;
        where Metafunction<dynamic_x_step_type<T> >;
};

Member Functions

Name

constraints

Created with MrDocs