Skip to content

Partial template specialization support to CodeGenerator #20

@FireFlyForLife

Description

@FireFlyForLife

Take the following example:

template<typename T> IsVector { static constexpr bool value = false; };
template<typename T> IsVector<std::vector<T>> { static constexpr bool value = true; };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions