| 
    Jpp 20.0.0-rc.3
    
   the software that should make you happy 
   | 
 
Multidimensional map. More...
  
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 are super iteretors for linear access to the multidimensional map.
The access from a super iterator to the actual elements in the multidimensional map is handled via the usual dereference and pointer operators.
The multidimensional key (see JTOOLS::JMultiKey) and value can directly be obtained via member methods getKey() and getValue(), respectively. 
Definition at line 52 of file JMultiMap.hh.