Adds an experimental store/load add to config bag (#2654)
## Motivation and Context - store multiple objects of the same type in the bag - obtain mutable access to items in the bag ## Description This adds `store_append` to enable storing multiple items of the same type in the bag and `get_mut`, `get_mut_or_else` and `get_mut_or_default` to reduce clones when possible ## Testing UTs ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Loading
Please register or sign in to comment