JohnCoconut / boost_graph_cookbook_1

A well-connected C++14 Boost.Graph tutorial
http://richelbilderbeek.nl/CppBoostGraphTutorial.htm
GNU General Public License v3.0
0 stars 0 forks source link

Algorithm 84 #5

Closed JohnCoconut closed 6 years ago

JohnCoconut commented 6 years ago

find_if has a lambda function. It should capture graph g and vertex_name by reference.