Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::detail::channel_traits_impl< T, true > Struct Template Reference

#include <channel.hpp>

Public Types

typedef T::value_type value_type
 
typedef T::reference reference
 
typedef T::pointer pointer
 
typedef T::const_reference const_reference
 
typedef T::const_pointer const_pointer
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, is_mutable=T::is_mutable)
 

Static Public Member Functions

static value_type min_value ()
 
static value_type max_value ()
 

Member Typedef Documentation

template<typename T >
typedef T::const_pointer boost::gil::detail::channel_traits_impl< T, true >::const_pointer
template<typename T >
typedef T::const_reference boost::gil::detail::channel_traits_impl< T, true >::const_reference
template<typename T >
typedef T::pointer boost::gil::detail::channel_traits_impl< T, true >::pointer
template<typename T >
typedef T::reference boost::gil::detail::channel_traits_impl< T, true >::reference
template<typename T >
typedef T::value_type boost::gil::detail::channel_traits_impl< T, true >::value_type

Member Function Documentation

template<typename T >
boost::gil::detail::channel_traits_impl< T, true >::BOOST_STATIC_CONSTANT ( bool  ,
is_mutable  = T::is_mutable 
)
template<typename T >
static value_type boost::gil::detail::channel_traits_impl< T, true >::max_value ( )
inlinestatic
template<typename T >
static value_type boost::gil::detail::channel_traits_impl< T, true >::min_value ( )
inlinestatic

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