boost::gil::swap

Synopses

Declared in <boost/gil/image_view.hpp>

void
swap(
    image_view<L2>& lhs,
    image_view<L2>& rhs);
template<typename L2>
void
swap(
    image_view<L2>& x,
    image_view<L2>& y);
template<
    typename E,
    typename L,
    int N>
void
swap(
    detail::homogeneous_color_base<E, L, N>& x,
    detail::homogeneous_color_base<E, L, N>& y);
template<
    typename Pixel,
    bool IsPlanar,
    typename Alloc>
void
swap(
    image<Pixel, IsPlanar, Alloc>& im1,
    image<Pixel, IsPlanar, Alloc>& im2);

Created with MrDocs