Skip to content

Add examples of passing custom concept maps to poly #25

Open
@ldionne

Description

@ldionne

poly has a constructor that allows passing a custom concept map. This can be used like

if (condition) {
  dyno::poly<Concept> poly{x, concept_map_1};
} else {
  dyno::poly<Concept> poly{x, concept_map_2};
}

We should find a nice use case and document this.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions