1 #ifndef DASH__META__TYPE_INFO_H__INCLUDED 2 #define DASH__META__TYPE_INFO_H__INCLUDED 10 std::string demangle(
const char * typeid_name);
21 return dash::internal::demangle(
34 return dash::internal::demangle(
41 #endif // DASH__META__TYPE_INFO_H__INCLUDED This class is a simple memory pool which holds allocates elements of size ValueType.
std::string typestr(const T &obj)
Returns string containing the type name of the given object.