Describe the enhancement requested
Currently, our Statistics classes use a cumbersome mix of HasXXX() and xxx() accessors. It would be nice to instead use the more idiomatic C++17 std::optional.
This transition is made more cumbersome by EncodedStatistics, which directly exposes those attributes instead of providing accessors.
Component(s)
C++