Skip to content

CPyCppyy::Utility::ConstructTemplateArgs should return std::vector<Cppyy::TCppType_t> instead of std::string #146

@Vipul-Cariappa

Description

@Vipul-Cariappa

The type information should already be present in the objects, and extracting it should be relatively straightforward. We will also need another overload of Cppyy::GetMethodTemplate, i.e.

TCppMethod_t Cppyy::GetMethodTemplate(TCppScope_t scope,
                                      const std::string& name,
                                      const std::vector<Cpp::TCppType_t> &args,
                                      const std::vector<Cpp::TCppType_t> &templ_params)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions