| 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. |
| Property Map Category | boost::property_traits<PMap>::category | The category of the property: a type convertible to boost::lvalue_property_map_tag. |
| Name | Expression | Return Type | Description |
|---|---|---|---|
| Access Property Value | pmap[key] | value_type& for mutable, const value_type& otherwise. | Obtain a reference to the property identified by key. |
| Copyright © 2000 | Jeremy Siek, Univ.of Notre Dame (jsiek@lsc.nd.edu) |