boost::gil::make_reader_backend
Synopsis
Declared in <boost/gil/io/make_backend.hpp>
template<
typename Device,
typename FormatTag>
get_reader_backend<Device, FormatTag>::type
make_reader_backend(
Device& io_dev,
FormatTag const&)
requires mp11::mp_and
<
detail::is_adaptable_input_device<FormatTag, Device>,
is_format_tag<FormatTag>
>::value;
Created with MrDocs