Peano
Loading...
Searching...
No Matches
maps.h
Go to the documentation of this file.
1// This file is part of the Peano project. For conditions of distribution and
2// use, please see the copyright notice at www.peano-framework.org
3#pragma once
4
5
6#include <utility>
7
8
9namespace peano4 {
20 namespace maps {
32 typedef std::pair<int,int> StackKey;
33 }
34}
35
36
std::pair< int, int > StackKey
Unique key identifying a stack.
Definition maps.h:32