Searched refs:is_adj_dispatch (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/graph/ |
D | graph_utility.hpp | 236 bool is_adj_dispatch(Graph& g, Vertex a, Vertex b, bidirectional_tag) in is_adj_dispatch() function 259 bool is_adj_dispatch(Graph& g, Vertex a, Vertex b, directed_tag) in is_adj_dispatch() function 276 bool is_adj_dispatch(Graph& g, Vertex a, Vertex b, undirected_tag) in is_adj_dispatch() function 278 return is_adj_dispatch(g, a, b, directed_tag()); in is_adj_dispatch() 285 return is_adj_dispatch(g, a, b, Cat()); in is_adjacent()
|