$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [BGL] [Property Map] PropertyGraph concept
From: Andrew Sutton (andrew.n.sutton_at_[hidden])
Date: 2009-10-26 08:16:33
> Why this difference? Or they are the same think?
>
> Which is the correct specific?
>
>
That could be an error in the documentation. Properties are returned by
reference whenever possible (i.e., the underlying property map returns by
reference). However, the function:
get(p, g)
will return a /property map/ by value.
Andrew Sutton
andrew.n.sutton_at_[hidden]