Composes two dereference function objects. Similar to std::unary_compose but needs to pull some aliases from the component types. Models: PixelDereferenceAdaptorConcept.  
 More...
#include <utilities.hpp>
|  | 
| using | argument_type = typename D2::argument_type | 
|  | 
| using | result_type = typename D1::result_type | 
|  | 
| using | argument_type = D2::argument_type | 
|  | 
| using | result_type = D1::result_type | 
|  | 
| using | const_t = deref_compose< D1::const_t, D2::const_t > | 
|  | 
| using | value_type = D1::value_type | 
|  | 
| using | reference = D1::reference | 
|  | 
| using | const_reference = D1::const_reference | 
|  | 
|  | 
|  | deref_compose (const D1 &x, const D2 &y) | 
|  | 
|  | deref_compose (const deref_compose &dc) | 
|  | 
| template<typename _D1 , typename _D2 > | 
|  | deref_compose (const deref_compose< _D1, _D2 > &dc) | 
|  | 
| result_type | operator() (argument_type x) const | 
|  | 
| result_type | operator() (argument_type x) | 
|  | 
|  | 
| static constexpr bool | is_mutable | 
|  | 
template<typename D1, typename D2>
class boost::gil::deref_compose< D1, D2 >
Composes two dereference function objects. Similar to std::unary_compose but needs to pull some aliases from the component types. Models: PixelDereferenceAdaptorConcept. 
The documentation for this class was generated from the following file: