optional safe unwrapping

if (auto value = (*someSharedPtr)) {/*do something with `value`*/}