boost::gil::any_image_view::emplace
Synopsis
Declared in <boost/gil/extension/dynamic_image/any_image_view.hpp>
template<
class U,
class... A>
requires mp11::mp_count<variant<T...>, U>::value == 1 && std::is_constructible<U, A&&...>::value
constexpr
U&
emplace(A&&... a);
Created with MrDocs