Status: offer an `IsSuccess` method
This method makes usage much easier to read than prepending with !!
or
static_cast<bool>
to extract a boolean from the structure.
Edited by Brad King
This method makes usage much easier to read than prepending with !!
or
static_cast<bool>
to extract a boolean from the structure.