![]() |
Home | Libraries | People | FAQ | More |
ReadablePropertyMap
A ReadablePropertyMap is used for mapping a position, as represented by a cursor, to a value.
elements
UnaryFunc
Must be a model of UnaryFunction.
cursor
Iter
Must be a model of ReadableIterator and IncrementableIterator.
key_type
ReadableIterator<Iter>::reference
The key type of the cursor
value_type
property_map::traits::value_type<UnaryFunc, Iter>::type
The value type of the elements property map