Searched refs:node_value_type (Results 1 – 1 of 1) sorted by relevance
43 using node_value_type = NodeValueT;63 node_value_type Value;66 const node_value_type &getValue() const { return Value; } in getValue()295 using node_value_type = typename GraphT::node_value_type; variable298 std::is_base_of<ImmutableGraph<node_value_type, edge_value_type>,309 using BuilderVertex = std::pair<node_value_type, EdgeList>;315 BuilderNodeRef addVertex(const node_value_type &V) { in addVertex()