boost::gil::iterator_is_basic

Determines if a given pixel iterator is basic Basic iterators must use gil::pixel (if interleaved), gil::planar_pixel_iterator (if planar) and gil::memory_based_step_iterator (if step). They must use the standard constness rules.

Synopsis

template<typename Iterator>
struct iterator_is_basic
    : std::false_type

Base Classes

Name

Description

std::false_type