Jpp
15.0.1-rc.2-highQE
the software that should make you happy
|
Multidimensional map. More...
#include <JMultiMap.hh>
Multidimensional map.
The first template parameter refers to the data type of the (multidimensional) key; the second to the data type of the overall mapped value; the third to the list of maps used; and the fourth to the distance operator.
In addition to the standard STL iterators, there is a super_[const_[reverse_]]iterator for linear access to the multidimensional map. The access from the super_iterator to the actual elements in the multidimensional map is handeld via a the standard dereference and pointer operators yielding a multidimensional key (see JTOOLS::JMultiKey) or pair (see JTOOLS::JMultiPair), respectively.
Definition at line 51 of file JMultiMap.hh.