Traits for channels.
More...
#include <gil_concept.hpp>
template<typename T>
struct boost::gil::channel_traits< T >
Traits for channels.
Contains the following members:
template <typename Channel>
struct channel_traits {
typedef ... reference;
typedef ... pointer;
typedef ... const_reference;
typedef ... const_pointer;
static const bool is_mutable;
};
The documentation for this struct was generated from the following file: