Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
DefaultEdgeType.hpp
Go to the documentation of this file.
1
6#pragma once
7
8#include <alib/pair>
9#include <object/Object.h>
10#include "DefaultNodeType.hpp"
11
13
Class extending the pair class from the standard library. Original reason is to allow printing of the...
Definition: pair.hpp:43
ext::pair< DefaultNodeType, DefaultNodeType > DefaultEdgeType
Definition: DefaultEdgeType.hpp:12