$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-10-18 15:44:49
Ullrich Koethe wrote:
> If you replace the assignment with a normal member function, you get VIGRA
> data accessors (which, by the way, were invented by Dietmar Kuehl, IIRC):
>
> pixel_view_A.set(pixel_view_B(src_iter), dest_iter);
Here's a paper on property maps:
http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1873.html
that may be relevant here.