I want to check the data type of "data" for every function (template) call. When I'm running the following code, I'm getting a big error message (classic C++) but the highlights is: call to non-‘constexpr’ function ‘bool std::type_info::operator==(const std::type_info&) const’
So is there a way to do that without get the error?