boost::gil::swap_proxy

A version of swap that also works with reference proxy objects Where value_type<T1> == value_type<T2> == Value

Synopsis

Declared in <boost/gil/utilities.hpp>

template<
    typename Value,
    typename T1,
    typename T2>
void
swap_proxy(
    T1& left,
    T2& right);

Created with MrDocs