I am beginner in boost graph library. In the graph of nodes (e.g. 1 , 2, 3, 4, 5, 6 , 7........). I want to iterate to the adjacent nodes of node x. For this i am using adjacent_vertices(v, g), which returns std::pair<adjacency_iterator, adjacency_iterator>