boost::gil::HasTransposedTypeConcept

Concept for locators and views that can define a type just like the given locator or view, except X and Y is swapped

Synopsis

template<typename T>
struct HasTransposedTypeConcept;

Description

concept HasTransposedTypeConcept<typename T>
{
    typename transposed_type<T>;
        where Metafunction<transposed_type<T> >;
};

Member Functions

Name

constraints

Created with MrDocs