Searched refs:EdgeAttribute (Results 1 – 2 of 2) sorted by relevance
72 template <typename VertexAttribute, typename EdgeAttribute,87 using EdgeValueType = detail::DenseMapPair<EdgeIdentifier, EdgeAttribute>;93 using EdgeMapT = DenseMap<EdgeIdentifier, EdgeAttribute>;388 EdgeAttribute &operator[](const EdgeIdentifier &I) {417 Expected<EdgeAttribute &> at(const EdgeIdentifier &I) { in at()426 Expected<const EdgeAttribute &> at(const EdgeIdentifier &I) const { in at()461 insert(const std::pair<EdgeIdentifier, EdgeAttribute> &Val) { in insert()478 insert(std::pair<EdgeIdentifier, EdgeAttribute> &&Val) { in insert()
36 struct EdgeAttribute { struct44 using GraphT = Graph<VertexAttribute, EdgeAttribute, StringRef>; argument