Home
last modified time | relevance | path

Searched refs:BGL_FORALL_ADJ (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/graph/example/
Diteration_macros.cpp60 BGL_FORALL_ADJ(i, j, g, adjacency_list<>) in main()
/third_party/boost/boost/graph/
Diteration_macros.hpp129 #define BGL_FORALL_ADJ(UNAME, VNAME, GNAME, GraphType) \ macro