<div dir="ltr"><div>Hi,<br></div><div>For the following code: <br>template <typename T><br>class A {<br>    <br>};<br>class B {};<br><br>typedef A<B> C;<br></div><div> <br></div><div>I need to access this 'B' template argument, as a Type pointer, maybe.<br>

</div><div>(Ultimately, I only need its name as a string)<br><br></div><div>Can anyone point me to the right way to get this information ?<br><br></div><div>I can get a QualType for A<B>  with the getTypeSourceInfo()->getType()<br>

</div><div>functions.<br></div><div>But what to do after that, I can not figure out.<br><br></div><div>Manasij Mukherjee<br></div></div>