Boost GIL


locator_type< T, L, IsPlanar, IsStepX, IsMutable > Struct Template Reference

Returns the type of a homogeneous locator given the channel type, layout, whether it operates on planar data and whether it has a step horizontally. More...

#include <metafunctions.hpp>

Public Types

using type

Detailed Description

template<typename T, typename L, bool IsPlanar = false, bool IsStepX = false, bool IsMutable = true>
struct boost::gil::locator_type< T, L, IsPlanar, IsStepX, IsMutable >

Returns the type of a homogeneous locator given the channel type, layout, whether it operates on planar data and whether it has a step horizontally.

Member Typedef Documentation

◆ type

template<typename T, typename L, bool IsPlanar = false, bool IsStepX = false, bool IsMutable = true>
using type
Initial value:
<
>::xy_locator_type
Returns the type of a homogeneous iterator given the channel type, layout, whether it operates on pla...
Definition metafunctions.hpp:290
Given a pixel iterator defining access to pixels along a row, returns the types of the corresponding ...
Definition metafunctions.hpp:303

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