reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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) { 426 Expected<const EdgeAttribute &> at(const EdgeIdentifier &I) const { 461 insert(const std::pair<EdgeIdentifier, EdgeAttribute> &Val) { 478 insert(std::pair<EdgeIdentifier, EdgeAttribute> &&Val) {