Searched defs:GraphT (Results 1 – 3 of 3) sorted by relevance
202 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type; variable278 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type; variable315 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type; variable
104 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
667 using GraphT = bfi_detail::IrreducibleGraph; typedef