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

#include <channel.hpp>

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

Public Types

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

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, is_mutable=false)
 

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
inherited
template<typename T >
typedef const T& boost::gil::detail::channel_traits_impl< T, false >::const_reference
inherited
template<typename T >
typedef const T* boost::gil::detail::channel_traits_impl< const T, false >::pointer
template<typename T >
typedef const T& boost::gil::detail::channel_traits_impl< const T, false >::reference
template<typename T >
typedef T boost::gil::detail::channel_traits_impl< T, false >::value_type
inherited

Member Function Documentation

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

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