Skip to content
Unverified Commit bf23d57a authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

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._
parent d3957a6e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment