boost::gil::any_image_view::swap
Synopsis
Declared in <boost/gil/extension/dynamic_image/any_image_view.hpp>
constexpr
void
swap(variant& r) noexcept(/* see-below */);
Exception specification
This function is potentially-throwing unless mp11::mp_all<std::is_nothrow_move_constructible<T>..., detail::is_nothrow_swappable<T>...>::value.
Created with MrDocs