Skip to content

Implement template typename base class constraints #129

@Yuri6037

Description

@Yuri6037
#define BP_WHERE_T_INHERITS(T, Base) static_assert(std::is_base_of<Base, T>::value, #T " must inherit from " #Base)

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIAPI changesBaseCore module base

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions