boost::gil::is_format_tag

Synopsis

Declared in <boost/gil/io/base.hpp>

template<typename FormatTag>
struct is_format_tag
    : std::is_base_of<format_tag, FormatTag>

Base Classes

Name

Description

std::is_base_of<format_tag, FormatTag>

Created with MrDocs