Nvwa  1.1
List of all members
nvwa::dereference Struct Reference

Functor to return objects pointed by a container of pointers. More...

#include <cont_ptr_utils.h>

Detailed Description

Functor to return objects pointed by a container of pointers.

A typical usage might be like:

vector<Object*> v;
...
transform(v.begin(), v.end(),
ostream_iterator<Object>(cout, " "),
dereference());

The documentation for this struct was generated from the following file: