boost::gil::ViewsCompatibleConcept

Views are compatible if they have the same color spaces and compatible channel values.

Synopsis

template<
    typename V1,
    typename V2>
struct ViewsCompatibleConcept;

Description

Constness and layout are not important for compatibility.

concept ViewsCompatibleConcept<ImageViewConcept V1, ImageViewConcept V2>
{
    where PixelsCompatibleConcept<V1::value_type, P2::value_type>;
};

Member Functions

Name

constraints

Created with MrDocs