Skip to content

Generic Types #17

@jonas2602

Description

@jonas2602

Use void as generic type? (similar to c void*)
-> if function requires a pointer as parameter void func(void*)
would be equal to template<typename T> void func(T*)

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions