Skip to content

Think about making some statements data structures. #3

Open
@ldionne

Description

@ldionne

For example, the following could be interesting:

    using Statement = if_<true_, struct Then, struct Else>;
    using Then = front<Statement>::type;

Basically, we could treat some metafunctions as data structures, which would enable us to introspect them.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions