We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
poly has a constructor that allows passing a custom concept map. This can be used like
poly
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.