Longest possible type name

236 Views Asked by At

Expression templates (for example) represent computations in a deeply nested class template. This can result in very long type names when the templates are instantiated.

Is the length of a type name (or what's the correct term for it here?) constrained in the C++ language? And is there some hard limit for the resulting mangled symbols?

0

There are 0 best solutions below