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

Determines if a given pixel reference is basic Basic references must use gil::pixel& (if interleaved), gil::planar_pixel_reference (if planar). More...

#include <metafunctions.hpp>

Inheritance diagram for boost::gil::pixel_reference_is_basic< PixelRef >:
Collaboration diagram for boost::gil::pixel_reference_is_basic< PixelRef >:

Detailed Description

template<typename PixelRef>
struct boost::gil::pixel_reference_is_basic< PixelRef >

Determines if a given pixel reference is basic Basic references must use gil::pixel& (if interleaved), gil::planar_pixel_reference (if planar).

They must use the standard constness rules.


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