TuttleOFX  1
boost::gil::channel_traits< T > Struct Template Reference

Traits for channels. Contains the following members: More...

#include <channel.hpp>

Inheritance diagram for boost::gil::channel_traits< T >:

Detailed Description

template<typename T>
struct boost::gil::channel_traits< T >

Traits for channels. Contains the following members:

   template <typename Channel>
   struct channel_traits {
    typedef ... value_type;
    typedef ... reference;
    typedef ... pointer;
    typedef ... const_reference;
    typedef ... const_pointer;

    static const bool is_mutable;
    static value_type min_value();
    static value_type max_value();
   };

Definition at line 112 of file channel.hpp.


The documentation for this struct was generated from the following file: