Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
views_are_compatible< V1, V2 > Struct Template ReferenceReturns whether two views are compatible. More...
Inherits pixels_are_compatible< V1::pixel_t, V2::pixel_t >.
Detailed Descriptiontemplate<typename V1, typename V2>
Views are compatible if their pixels are compatible. Compatible views can be assigned and copy constructed from one another.
|