helpers for displaying key bindings maps and others
More...
#include <ShowMap.hpp>
|
| template<class T > |
| static void | ShowMap (T &map) |
| | Displaying map. More...
|
| |
| template<class T1 , class T2 > |
| static void | ShowMapCommonValue (T1 &map1, T2 &map2) |
| | displaying common value of two maps More...
|
| |
helpers for displaying key bindings maps and others
◆ ShowMap()
template<class T >
| static void ShowMapInfo::ShowMap |
( |
T & |
map | ) |
|
|
inlinestatic |
Displaying map.
- Template Parameters
-
- Parameters
-
◆ ShowMapCommonValue()
template<class T1 , class T2 >
| static void ShowMapInfo::ShowMapCommonValue |
( |
T1 & |
map1, |
|
|
T2 & |
map2 |
|
) |
| |
|
inlinestatic |
displaying common value of two maps
- Template Parameters
-
| T1 | type of map1 |
| T2 | type of map2 |
- Parameters
-
The documentation for this class was generated from the following file: