Searched refs:VertexAttribute (Results 1 – 2 of 2) sorted by relevance
72 template <typename VertexAttribute, typename EdgeAttribute,83 detail::DenseMapPair<VertexIdentifier, VertexAttribute>;97 using VertexMapT = DenseMap<VertexIdentifier, VertexAttribute>;381 VertexAttribute &operator[](const VertexIdentifier &I) {398 Expected<VertexAttribute &> at(const VertexIdentifier &I) { in at()407 Expected<const VertexAttribute &> at(const VertexIdentifier &I) const { in at()448 insert(const std::pair<VertexIdentifier, VertexAttribute> &Val) { in insert()453 insert(std::pair<VertexIdentifier, VertexAttribute> &&Val) { in insert()
40 struct VertexAttribute { struct44 using GraphT = Graph<VertexAttribute, EdgeAttribute, StringRef>; argument