1 #ifndef INFO_SHOWMAP_HPP 2 #define INFO_SHOWMAP_HPP 7 #include "../Parsers/SystemOption.hpp" 24 for (
auto &[key, name] : map)
38 template <
class T1,
class T2>
41 for (
const auto &item : map1)
static void Comment(std::string text)
Display commented line.
Definition: Basics.hpp:33
static void ShowMap(T &map)
Displaying map.
Definition: ShowMap.hpp:22
helpers for displaying key bindings maps and others
Definition: ShowMap.hpp:12
static void ShowMapCommonValue(T1 &map1, T2 &map2)
displaying common value of two maps
Definition: ShowMap.hpp:39