Skip to content

[FEATURE] [C++20] Introduce concepts to limited the types which can be used in template parameters #57

Description

@orgarten

I will introduce concepts into the code base during the next weeks.

This will greatly improve error messages and clarity of the code w.r.t. to the template parameters.
examples:
T -> std::floating_point
Collection -> requires primitive_from_collection
...

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions