cpp_typetostring

Generate and return a pointer to a string constructed from the type, appended to the prefix. Since these generated strings determine the uniqueness of names, they are also used to determine if two types are the same.

version(COMPILE)
extern (C++) nothrow
char*
cpp_typetostring
(
type* t
,
char* prefix
)

Return Value

Type: char*

pointer to static name[]

Suggestion Box / Bug Report