Skip to content

Multiplicities precedence #17

Open
@mjdecker

Description

@mjdecker
// 0..1
std::shared_ptr<int> bar;

// *
int * bar;

// ??
std::shared_ptr<const unsigned int const * const> bar;
std::shared_ptr<int> * bar;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions