boost::gil::write_view
Synopsis
Declared in <boost/gil/io/write_view.hpp>
template<
typename String,
typename View,
typename FormatTag>
void
write_view(
String const& file_name,
View const& view,
FormatTag const& tag)
requires mp11::mp_and
<
typename detail::is_supported_path_spec<String>::type,
typename is_format_tag<FormatTag>::type,
typename is_write_supported
<
typename get_pixel_type<View>::type,
FormatTag
>::type
>::value;
Created with MrDocs