DG-CPP 0.1.0
Directed Graph in C++
edge.hpp File Reference
#include "common.hpp"
#include <algorithm>
#include <concepts>
#include <map>
#include <type_traits>
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.

Classes

struct  dg::Edge< EdgeT >
 
struct  dg::Edge< void >
 

Namespaces

namespace  dg
 Directed Graph namespace.
 
namespace  dg::_protected
 

Functions

template<IDVT IDT, EdgeVT EdgeT>
static std::map< IDT, Edge< EdgeT > > dg::_protected::mapAsEdgeMap (const std::map< IDT, EdgeT > &map)