Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expanded the functionality of the parameters helper - you can now spe…
…cify default values for which the types can be automatically inferred if needed. This means the "values" vector size can be smaller than the parameter pack. Example: ``` const auto [a,b,c,d] = emergent::parameters::get(values, 5, "hi"s, 3.14, true ); ```
- Loading branch information