Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Concept ReadWritePropertyMap

ReadWritePropertyMap

Description

A ReadWritePropertyMap is used for reading and writing values at a position, as represented by a cursor.

Refinement of

Associated types

  • value_type

    ReadablePropertyMap<UnaryBinaryFunc, Iter>::type

    The value type of the elements property map.

Notation

UnaryBinaryFunc
A type playing the role of unary-and-binary-function-type in the ReadWritePropertyMap concept.
Iter
A type playing the role of iterator-type in the ReadWritePropertyMap concept.

PrevUpHomeNext