|
Ublas : |
From: Gunter Winkler (guwi17_at_[hidden])
Date: 2007-03-12 10:29:06
On Monday 12 March 2007 15:08, Neal Becker wrote:
> Specifically, what are:
> closure_type (and const_closure_type)
This is a type that represents a (const) reference to the proxy. (The proxy is
the reference, thus these are simple aliases for (const) self type)
> vector_closure_type
This is the type of a reference to the underlying container. (Thus it is
actually a vector_reference< vector< ... > >.)
But, if you just copy the default behavior of vector range it should work.
mfg
Gunter