Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
DefaultSquareGridNodeType.hpp
Go to the documentation of this file.
1
6// Copyright (c) 2017 Czech Technical University in Prague | Faculty of Information Technology. All rights reserved.
7
8#pragma once
9
10#include <alib/pair>
12
14
Class extending the pair class from the standard library. Original reason is to allow printing of the...
Definition: pair.hpp:43
ext::pair< DefaultCoordinateType, DefaultCoordinateType > DefaultSquareGridNodeType
Definition: DefaultSquareGridNodeType.hpp:13