boost::gil::iterator_type_from_pixel<bit_aligned_pixel_reference<B, C, L, M>, IsPlanar, IsStep, IsMutable>

Synopsis

template<
    typename B,
    typename C,
    typename L,
    bool M,
    bool IsPlanar,
    bool IsStep,
    bool IsMutable>
struct iterator_type_from_pixel<bit_aligned_pixel_reference<B, C, L, M>, IsPlanar, IsStep, IsMutable>
    : iterator_type_from_pixel<bit_aligned_pixel_reference<B, C, L, M> const, IsPlanar, IsStep, IsMutable>

Base Classes

Name

Description

iterator_type_from_pixel<bit_aligned_pixel_reference<B, C, L, M> const, IsPlanar, IsStep, IsMutable>

Returns the type of a pixel iterator given the pixel type, whether it operates on planar data, whether it is a step iterator, and whether it is mutable

Created with MrDocs