CppTypeInfo

Access C++ std::type_info's virtual functions from D, being careful to not require linking with libstd++ or interfere with core.stdcpp.typeinfo. So, give it a different name.

version(Posix)
extern (C++)
interface CppTypeInfo {}

Meta