boost::gil::image_view::swap
Exchanges the elements of the current view with those of other in constant time.
Synopsis
Declared in <boost/gil/image_view.hpp>
void
swap(image_view<Loc>& other);
Parameters
Name |
Description |
other |
A lightweight object that interprets memory as a 2D array of pixels. Models ImageViewConcept,PixelBasedConcept,HasDynamicXStepTypeConcept,HasDynamicYStepTypeConcept,HasTransposedTypeConcept |
See Also
https://www.boost.org/libs/utility/Collection.html
Created with MrDocs