graph
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Typedefs
edge.hpp File Reference
#include <utility>
#include "types.hpp"
#include "namespace.hpp"
Include dependency graph for edge.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::pair< Uint, UintEdge
 

Typedef Documentation

◆ Edge

typedef std::pair<Uint, Uint> Edge

A directed edge is a std::pair

first() is src, second() is dst