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, false > Struct Template Reference

#include <channel.hpp>

Inheritance diagram for boost::gil::detail::channel_traits_impl< T, false >:

Public Types

typedef T value_type
 
typedef Treference
 
typedef Tpointer
 
typedef const Tconst_reference
 
typedef T const * const_pointer
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, is_mutable=true)
 

Static Public Member Functions

static value_type min_value ()
 
static value_type max_value ()
 

Member Typedef Documentation

template<typename T >
typedef T const* boost::gil::detail::channel_traits_impl< T, false >::const_pointer
template<typename T >
typedef const T& boost::gil::detail::channel_traits_impl< T, false >::const_reference
template<typename T >
typedef T* boost::gil::detail::channel_traits_impl< T, false >::pointer
template<typename T >
typedef T& boost::gil::detail::channel_traits_impl< T, false >::reference
template<typename T >
typedef T boost::gil::detail::channel_traits_impl< T, false >::value_type

Member Function Documentation

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

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