| PMap | A type that is a model of LvaluePropertyMap. |
| pmap | An object of type PMap. |
| key | An object of type boost::property_traits<PMap>::key_type. |
| Value Type | boost::property_traits<PMap>::value_type | The type of the property. |
| Key Type | boost::property_traits<PMap>::key_type | The type of the key object used to look up the property. The property map may be templated on the key type, in which case this typedef can be void. |
| Property Map Category | boost::property_traits<PMap>::category | The category of the property: a type convertible to readable_property_map_tag. |
| Name | Expression | Return Type | Description |
|---|---|---|---|
| Get Property Value | get(pmap, key) | value_type | Lookup the property of the object identified by key. |
| Copyright © 2000 | Jeremy Siek, Univ.of Notre Dame (jsiek@lsc.nd.edu) |