Boost logo

Boost :

From: Jeremy Siek (jsiek_at_[hidden])
Date: 2001-03-27 12:23:01


On Tue, 27 Mar 2001, Toon Knapen wrote:
toon> This could be supported by means of a begin and end iterator
toon> for every dimension : e.g.
toon> A[begin_row_index, end_row_index][begin_col_index, end_col_index]

Hmm, we can't have operator[] with two arguments... but how about
something close to this:

A[indirect(begin_row_index, end_row_index)]
 [indirect(being_col_index, end_col_index)]

----------------------------------------------------------------------
 Jeremy Siek www: http://www.lsc.nd.edu/~jsiek/
 Ph.D. Candidate email: jsiek_at_[hidden]
 Univ. of Notre Dame work phone: (219) 631-3906
----------------------------------------------------------------------


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk