I am wondering what the difference is between typeid and typeof in C++. Here\'s what I know:
typeid
typeof
typeid is mentioned in t
You can use Boost demangle to accomplish a nice looking name:
#include
and something like
To_main_msg_evt ev("Failed to initialize cards in " + boost::units::detail::demangle(typeid(*_IO_card.get()).name()) + ".\n", true, this);