Boost GIL


Public Member Functions | List of all members
PixelValueConcept< P > Struct Template Reference

Pixel concept that is a Regular type. More...

#include <gil_concept.hpp>

Public Member Functions

void constraints ()
 

Detailed Description

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

Pixel concept that is a Regular type.

concept PixelValueConcept<PixelConcept P> : Regular<P> {
where SameType<value_type,P>;
};

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