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

Color base which allows for modifying its elements. More...

#include <gil_concept.hpp>

Public Member Functions

void constraints ()
 

Public Attributes

ColorBase cb
 

Detailed Description

template<typename ColorBase>
struct boost::gil::MutableColorBaseConcept< ColorBase >

Color base which allows for modifying its elements.

concept MutableColorBaseConcept<ColorBaseConcept T> : Assignable<T>, Swappable<T> {
template <int K> struct kth_element_reference_type; where Metafunction<kth_element_reference_type>;
template <ColorBaseConcept T2> where { ColorBasesCompatibleConcept<T,T2> }
T& operator=(T&, const T2&);
};

Member Function Documentation

template<typename ColorBase >
void boost::gil::MutableColorBaseConcept< ColorBase >::constraints ( )
inline

Member Data Documentation

template<typename ColorBase >
ColorBase boost::gil::MutableColorBaseConcept< ColorBase >::cb

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