Wrap summaryValue calls to use optional rather passing a dummy to store result...
Wrap summaryValue calls to use std::optional, rather than taking a dummy variable to store the result and returning a bool.
Wrap summaryValue calls to use std::optional, rather than taking a dummy variable to store the result and returning a bool.