I would like to check if a type is from a particular namespace. Here is what I came up with:
#include namespace helper { template
std::cout << "I am " << __PRETTY_FUNCTION__ << " function." << std::endl;
should print
namespace::class::function.