Visual Computing Library
|
A simple utility class to represent a pointer with a value. More...
#include <vclib/types/base.h>
Public Member Functions | |
FakePointerWithValue (const T &value) | |
T * | operator-> () |
Private Attributes | |
T | mValue |
A simple utility class to represent a pointer with a value.
Useful for iterators that return a pointer to a value, but the value is stored in the iterator itself.