| 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. |
| val | An object of type boost::property_traits<PMap>::value_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 writable_property_map_tag. |
| Name | Expression | Return Type | Description |
|---|---|---|---|
| Put Property Value[1] | put(pmap, key, val) | void | Assign val to the property associated with k. |
#include <set>
using namespace std;
namespace boost {
void set() { }
}
| Copyright © 2000 | Jeremy Siek, Univ.of Notre Dame (jsiek@lsc.nd.edu) |