root icon indicating copy to clipboard operation
root copied to clipboard

[cling] Add a template overload for findType

Open b-r-o-c-k opened this issue 6 months ago • 3 comments

The existing findType function requires the type name to be passed as a string. This new overload allows the type to be passed as a template argument which has the benefits of providing more natural C++ syntax and allowing the type lookup to happen during parsing instead of execution.

b-r-o-c-k avatar Aug 10 '24 23:08 b-r-o-c-k