boost::gil::swap
Synopsis
Declared in <boost/gil/image.hpp>
template<
typename Pixel,
bool IsPlanar,
typename Alloc>
void
swap(
image<Pixel, IsPlanar, Alloc>& im1,
image<Pixel, IsPlanar, Alloc>& im2);
Created with MrDocs