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