Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::iterator_is_basic< Iterator > Struct Template Reference

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). More...

#include <metafunctions.hpp>

Inheritance diagram for boost::gil::iterator_is_basic< Iterator >:
Collaboration diagram for boost::gil::iterator_is_basic< Iterator >:

Detailed Description

template<typename Iterator>
struct boost::gil::iterator_is_basic< Iterator >

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.


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