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

Specifies the return type of the constant semantic_at_c<K>(color_base);. More...

#include <gil_concept.hpp>

Inheritance diagram for boost::gil::kth_semantic_element_const_reference_type< ColorBase, K >:

Public Types

typedef
kth_element_const_reference_type
< ColorBase, semantic_index >
::type 
type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (int, semantic_index=(mpl::at_c< typename ColorBase::layout_t::channel_mapping_t, K >::type::value))
 

Static Public Member Functions

static type get (const ColorBase &cb)
 

Detailed Description

template<typename ColorBase, int K>
struct boost::gil::kth_semantic_element_const_reference_type< ColorBase, K >

Specifies the return type of the constant semantic_at_c<K>(color_base);.

Member Typedef Documentation

template<typename ColorBase, int K>
typedef kth_element_const_reference_type<ColorBase,semantic_index>::type boost::gil::kth_semantic_element_const_reference_type< ColorBase, K >::type

Member Function Documentation

template<typename ColorBase, int K>
boost::gil::kth_semantic_element_const_reference_type< ColorBase, K >::BOOST_STATIC_CONSTANT ( int  ,
semantic_index  = (mpl::at_c< typename ColorBase::layout_t::channel_mapping_t, K >::type::value) 
)
template<typename ColorBase, int K>
static type boost::gil::kth_semantic_element_const_reference_type< ColorBase, K >::get ( const ColorBase &  cb)
inlinestatic

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