Skip to content

add support for template/generic types #91

@delaitre-manfrotto

Description

@delaitre-manfrotto

Right now one can have a list<T>, set<T> or optional<T> but nothing else.
It would be really useful to be able to define user specified generic types!

Right now the only solution is to duplicate the djinni API for each types...

e.g. we have a generic property<T> type in C++, but we have to expose it as property_i32, property_float, property_foo, property_bar... in djinni which is really annoying

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideaAn idea that needs further discussion/refinement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions