boost::vertices()
. This function returns two iterators of type boost::adjacency_list::vertex_iterator
, which refer to the beginning and ending points. The iterators are returned in a std::pair
. The above code uses the iterators to write all points to standard output.
Comments