Boost logo

Boost :

From: Tim Culver (tim.gmane_at_[hidden])
Date: 2002-09-16 15:54:06


The at() function, with one definition quoted like this:

   template <class T>
   T& at(T* pa, std::ptrdiff_t key) { return pa[key]; }

and documented here:

   http://www.boost.org/libs/graph/doc/using_property_maps.html

doesn't exist. I need this function; is operator[] equivalent?

Also, the images are broken on this page:

   http://www.boost.org/libs/graph/doc/adjacency_list.html


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