mirror of
https://github.com/boostorg/graph.git
synced 2026-01-31 20:22:09 +00:00
formatting docs
[SVN r7912]
This commit is contained in:
@@ -889,14 +889,13 @@ This sets the property value for <tt>x</tt> to
|
||||
<tt>value</tt>. <tt>x</tt> is either a vertex or edge descriptor.
|
||||
<tt>Value</tt> must be convertible to
|
||||
<tt>typename property_traits<property_map<adjacency_list, Property>::type>::value_type</tt>
|
||||
<hr>
|
||||
|
||||
<hr>
|
||||
|
||||
<pre>
|
||||
template <class GraphProperties, class GraphProperty>
|
||||
typename property_value<GraphProperties, GraphProperty>::type&
|
||||
get_property(adjacency_list& g, GraphProperty);
|
||||
template <class GraphProperties, class GraphProperty>
|
||||
typename property_value<GraphProperties, GraphProperty>::type&
|
||||
get_property(adjacency_list& g, GraphProperty);
|
||||
</pre>
|
||||
Return the property specified by <tt>GraphProperty</tt> that is
|
||||
attached to the graph object <tt>g</tt>.
|
||||
@@ -904,9 +903,9 @@ attached to the graph object <tt>g</tt>.
|
||||
<hr>
|
||||
|
||||
<pre>
|
||||
template <class GraphProperties, class GraphProperty>
|
||||
const typename property_value<GraphProperties, GraphProperty>::type&
|
||||
get_property(const adjacency_list& g, GraphProperty);
|
||||
template <class GraphProperties, class GraphProperty>
|
||||
const typename property_value<GraphProperties, GraphProperty>::type&
|
||||
get_property(const adjacency_list& g, GraphProperty);
|
||||
</pre>
|
||||
Return the property specified by <tt>GraphProperty</tt> that is
|
||||
attached to the graph object <tt>g</tt>.
|
||||
|
||||
Reference in New Issue
Block a user