Boost logo

Boost :

From: nbecker_at_[hidden]
Date: 2001-03-27 11:54:36


How about a constructor taking a pair of iterators over linear memory?

Something like:

template<typename InputIter>
multi_array (InputIter start, InputIter end, Policy p)

This allows multi_array to interoperate with old-fashioned C arrays,
without forcing a copy. Policy could specify the memory deallocation
policy.


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