|
Boost : |
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-01-22 02:33:57
On Wed, 21 Jan 2004 10:58:32 -0500, Howard Hinnant wrote:
> template<class T, class D>
> class move_ptr<T[], D>
> {
> public:
> T& operator[](size_t i) const;
I think that interface of this class should be similar to standard
container, ie. I'd like to iterate through its elements using begin() -
end() functions etc.
B.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk