Majoranapp
A C++ library for studying MZM in non-interacting systems
Misc.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

constexpr unsigned int str2int (const char *str, int h=0)
 converting c_str() into constexpr int, which can be used in switch statement More...
 

Function Documentation

◆ str2int()

constexpr unsigned int str2int ( const char *  str,
int  h = 0 
)

converting c_str() into constexpr int, which can be used in switch statement

switch (value)
{
case str2int("model 1"):
...
}
Parameters
str
h
Returns
constexpr unsigned int