boost::gil::transposed_type

Base template for types that model HasTransposedTypeConcept. The type of a locator or a view that has X and Y swapped. By default it is the same.

Synopsis

Declared in <boost/gil/locator.hpp>

template<typename T>
struct transposed_type;

Type Aliases

Name

type

Specializations

Name

Description

transposed_type<image_view<L>>

//////////////////////////

transposed_type<virtual_2d_locator<D, IsTransposed>>

//////////////////////////

Created with MrDocs