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

Pixel concept that allows for changing its channels. More...

#include <gil_concept.hpp>

Public Member Functions

void constraints ()
 

Detailed Description

template<typename P>
struct boost::gil::MutablePixelConcept< P >

Pixel concept that allows for changing its channels.

concept MutablePixelConcept<PixelConcept P> : MutableColorBaseConcept<P> {
where is_mutable==true;
};

Member Function Documentation

template<typename P >
void boost::gil::MutablePixelConcept< P >::constraints ( )
inline

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