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

#include <gil_concept.hpp>

Inheritance diagram for boost::gil::PixelDereferenceAdaptorArchetype< P >:
Collaboration diagram for boost::gil::PixelDereferenceAdaptorArchetype< P >:

Public Types

typedef
PixelDereferenceAdaptorArchetype 
const_t
 
typedef remove_reference< P >::type value_type
 
typedef add_reference< P >::type reference
 
typedef reference const_reference
 

Public Member Functions

operator() (P x) const
 

Static Public Attributes

static const bool is_mutable =false
 

Member Typedef Documentation

template<typename P >
typedef add_reference<P>::type boost::gil::PixelDereferenceAdaptorArchetype< P >::reference
template<typename P >
typedef remove_reference<P>::type boost::gil::PixelDereferenceAdaptorArchetype< P >::value_type

Member Function Documentation

template<typename P >
P boost::gil::PixelDereferenceAdaptorArchetype< P >::operator() ( x) const
inline

Member Data Documentation

template<typename P >
const bool boost::gil::PixelDereferenceAdaptorArchetype< P >::is_mutable =false
static

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