lsst.afw  21.0.0-11-ga6ea59e8e+47cba9fc36
Public Types | List of all members
lsst::afw::image::ConstReference< PixelT > Struct Template Reference

metafunction to extract const reference type from PixelT More...

#include <ImageBase.h>

Public Types

typedef boost::gil::channel_traits< PixelT >::const_reference type
 const reference type More...
 

Detailed Description

template<typename PixelT>
struct lsst::afw::image::ConstReference< PixelT >

metafunction to extract const reference type from PixelT

Definition at line 90 of file ImageBase.h.

Member Typedef Documentation

◆ type

template<typename PixelT >
typedef boost::gil::channel_traits<PixelT>::const_reference lsst::afw::image::ConstReference< PixelT >::type

const reference type

Definition at line 91 of file ImageBase.h.


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