Majoranapp
A C++ library for studying MZM in non-interacting systems
ShowMapInfo Class Reference

helpers for displaying key bindings maps and others More...

#include <ShowMap.hpp>

Inheritance diagram for ShowMapInfo:

Static Public Member Functions

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...
 

Detailed Description

helpers for displaying key bindings maps and others

Member Function Documentation

◆ ShowMap()

template<class T >
static void ShowMapInfo::ShowMap ( T &  map)
inlinestatic

Displaying map.

Template Parameters
Ttype of map
Parameters
map

◆ ShowMapCommonValue()

template<class T1 , class T2 >
static void ShowMapInfo::ShowMapCommonValue ( T1 &  map1,
T2 &  map2 
)
inlinestatic

displaying common value of two maps

Template Parameters
T1type of map1
T2type of map2
Parameters
map1
map2

The documentation for this class was generated from the following file: