$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Greg Colvin (gcolvin_at_[hidden])
Date: 1999-08-18 17:10:45
> Just out of curiosity, has there been any discussion of doing classes that
> have the traditional container functionality, but also allow direct pointer
> access to internals?
For every vector implemetation I have seen vector<T>::iterator is the
moral equivalent of T*. Or is that not what you meant?